/* link, default font style and colors */

A:link		
{ text-decoration: underline; font-style: normal; line-height: normal; font-weight: bold; color: #000099}

A:visited 
{  text-decoration: underline; font-style: normal; line-height: normal; font-weight: bold; color: #006666}

A:active 
{  text-decoration: underline; font-style: normal; line-height: normal; font-weight: normal; color: #FF6666}

A:hover 	
{ color: #CC0000; text-decoration: underline; font-style: normal; line-height: normal; font-weight: normal} 	

body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal}
table {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-style: normal; line-height: normal; font-weight: normal}
.headline {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: normal}
.subheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.subheadline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #616161;
	background-color: #FFFFE1;}
.disclaimer { font-size: 8pt }
.links { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #66FFFF;}
.bold-nohighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #616161;
}
