/* CSS Document */

body  {
	scrollbar-face-color:#F8DC7B;
scrollbar-arrow-color:#F8DC7B;
scrollbar-track-color:#F8DC7B;
scrollbar-shadow-color:#F8DC7B;
scrollbar-highlight-color:#F8DC7B;
scrollbar-3dlight-color:#F8DC7B;
scrollbar-darkshadow-Color:#F8DC7B;
}
body {
	
	background-color: #F8DC7B;
}


body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #006600;
	font-weight:normal;
	 
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #006600;
}
a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
	
	
}
