/* CSS Document */
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 90%;
}
body, html, ul {
background:  url("images/sun.jpg") no-repeat bottom left fixed;
	margin-top: 1px;
	vertical-align: text-top;
	
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-face-color:#FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-track-color:#FFFFFF;
	scrollbar-arrow-color:#CCCCCC; 
}


a:link {
	color: #0000DE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000DE;
}
a:hover {
	text-decoration: none;
	color: #0000DE;
	background-color:#EBEBF5;
	
}
a:active {
	text-decoration: none;
	color: #0000DE;
}
