/* CSS Document */
body{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:8pt;
		background-color:#87C8E7;
		scrollbar-arrow-color: #00567C;
		scrollbar-face-color: #00567C;
		scrollbar-highlight-color: #E3DF61;
		scrollbar-3dlight-color: #2E96CD;
		scrollbar-shadow-color: #2E96CD;
		scrollbar-darkshadow-color: #00567C;
		scrollbar-track-color: #E3DF61;
		}

		
 a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
}

a:link, a:visited{
color: #003366;
text-decoration: none;
}

a:hover, a:active{
	background-color: #ADD8E6;
	color: #003366;
	text-decoration: underline;
} 

.table{
		background-image:url(images/bg.jpg);
}

.text{
	font-family:verdana;
	font-size:8pt;
	color:#003366;
}



