body{
    background-color: #333333;
	background-image: url(background.jpg);
	color:#003366;
	font-family:Arial Narrow;
	font-size:9pt;
	font-style:normal;
 
scrollbar-face-color:  #B70002; 
scrollbar-highlight-color: #61000B; 
scrollbar-3dlight-color: #61000B; 
scrollbar-shadow-color: #61000B; 
scrollbar-arrow-color: #FFFFFF; 
scrollbar-track-color: #61000B; 
scrollbar-darkshadow-color: #61000B;
	}


input, option, textarea{
	color:#000000;
	font-family:Arial Narrow
	font-size:8pt;
	
	text-decoration: blink;

	font-style: normal;
	line-height: normal;


}


a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
table, tr, td{
	color:#003366;
	font-family:Arial Narrow;
	font-size:9pt;
	font-style:normal;
	
	}