/* CSS Document */

body
{
	scrollbar-base-color: black;
	scrollbar-arrow-color: white;
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


table 
{
    font: normal 10px Arial, Helvetica, sans-serif;
} 

a:link {

	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;

}
a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	font-style: normal;
	text-decoration: none;

}	  
