/* CSS 2.0
Cascading Style Sheet*/


body 
    { font-family: Arial, Verdana, Helvetica, 'Times New Roman', 'MS Sans Serif'; 
      font-size: 10pt; 
      color: navy; 
      line-height: 110%; 
      cursor: Default; 
      margin-left: 0pt; 
      margin-right: 5pt; 
      margin-top: 0pt; 
      margin-bottom: 0pt; 
}

DD  {
	font-family : Arial, Verdana, Helvetica, Times New Roman;
	font-size : 10pt;
	color : black;
}

DL  {
	font-family : Arial, Verdana, Helvetica, Times New Roman;
	font-size : 10pt;
	color : black;
}

DT  {
	Font-Family : Arial, Verdana, Helvetica, Times New Roman;
	Font-Size : 10pt;
	color : black;
}

h1  {
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 16pt;
	font-style: normal;
	color: #9ccdb6;
	line-height: 100%;
	vertical-align: baseline;
	background-color: #007575;
	text-align: center;
	padding: 3px;
	width: 100%;
}

H2  {
	Font-Family : Arial, Helvetica, Times New Roman;
	Font-Size : 10pt;
	Color : #000080;
	Line-height : 100%;
	
}

H3  {
	Font-Family : Arial, Helvetica, Times New Roman;
	Font-Size : 11pt;
	Font-Weight : bold;
	Color : #000080;
}

H4  {
	font-family : Arial, Helvetica, Times New Roman;
	font-size : 10pt;
	font-weight : bold;
	color : black;
	line-height : 100%;
}

H5  {
	font-family : Arial, Helvetica, Times New Roman;
	font-size : 9pt;
	color : black;
	line-height : 100%;
	font-weight : bold;
}

H6  {
	font-family : Arial, Helvetica, Times New Roman;
	font-size : 8pt;
	font-weight : bold;
	color : black;
	line-height : 100%;
}

HR  {
	Color : red;
	Height : 1;
}

p  {
	font-family : Arial, Verdana, serif;
	font-size: 10pt;
	color: black;
	text-align: justify;

}

.footer {
	text-align: center;
	font-size: 12px;
}

TD  {
	font-family : Arial, Verdana, Helvetica, Times New Roman;
	font-size : 10pt;
	color : black;
}

TT  {
	font-family : monospace;
	font-size : 10pt;
	color : black;
}

TH  {
	Font-Family : Arial, Verdana, Helvetica, Times New Roman;
	Font-Size : 10pt;
	Font-Variant : normal;
	Font-Weight : bold;
	Color : maroon;
	
}

UL  {
	font-family: Arial, Verdana, Helvetica, Times New Roman;
	font-size: 10pt;
	color: black;
}

OL  {
	font-family : Arial, Verdana, Helvetica, Times New Roman;
	font-size : 8pt;
	color : black;
}

A  {
	Text-Decoration : none;
	Color : #0030c0;
}

A:ACTIVE  {
	Font-Variant : normal;
	Color : #0030c0;
	Text-Decoration : none;
	Cursor : Default;
}

A:VISITED  {
	Text-Decoration : none;
	Color : #0030c0;
}

A:HOVER  {
	Color : #cc3300;
	Text-Decoration : underline;
	Cursor : Hand;	
}
A:LINK {
	COLOR: #0030c0; TEXT-DECORATION: none;
}

.navhead {
	background-color: #1d5457;
	text-align: center;
	height: 15px;
	letter-spacing: 1pt;
	font-family: Arial;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

.navitem {
	background-color: #007575;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #9ccdb6;
	text-decoration: none;
	padding-left: .5em;
}
.itunesad {
	background-color: #007575;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #9ccdb6;
	text-decoration: none;
	padding-left: .5em;
}

.navitem a {
	color: #9ccdb6;
}

.navitem a:link {
	color: #9ccdb6;
}

.navitem a:visited {
	color: #9ccdb6;
}

.navitem a:active {
	color: #9ccdb6;
}

.navitem a:hover {
	background-color: #e9f3ee;
	color: #1d5457;
}