/* CSS Document */

body {
scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #0099FF;
scrollbar-shadow-color: #C0C0C0;
scrollbar-3dlight-color: #0099FF;
}
	
a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	background-color: #0099FF;
	color: #FFFFFF;
	text-decoration: none;
	border: thin solid #FFFFFF;


}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	background-color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	border: thin none #FFFFFF;




}

