
  body  {
	scrollbar-face-color: #57739B;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;
}

/* body font */
   BODY, TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size : 8pt;
	line-height:17px;
}


/* headers */
font.header{
	font-size: 14pt;
	color : #57739B;
	font-family: Verdana Arial,Sans-Serif, Serif, Helvetica;
	letter-spacing: 3px;
	font-weight : bold;
	text-decoration : none
}

/* links */
a:link {
	color: white;
	text-decoration: underline;
} 
   
   a:visited{
	color: White;
	text-decoration: underline;
} 
   
   a:active {
	color: #666666;
	text-decoration: underline;
} 
   
   a:hover {
	color: black;
	text-decoration: underline;
}