/* CSS Document */
H1{ font-family: Georgia, Times new Roman, serif; }
H2{ font-family:Georgia, Times new Roman, serif; }
H3{ font-family:Georgia, Times new Roman, serif; }

body {
	font-family: verdana, sans-serif;
	font-size: xx-small;
	color: #000000;
	background-color: #FFFFFF;
		scrollbar-Track-Color:#ffffff;
    	scrollbar-Face-Color:#ffffff;
    	scrollbar-Shadow-Color:#333333;
       	scrollbar-DarkShadow-Color:#ffffff;
       	scrollbar-Highlight-Color:#000000;
       	scrollbar-3dLight-Color:#ffffff;
       	scrollbar-Arrow-Color:#B1A5CB;
}
A:link{
	color:#003D4F;text-decoration:none;
}
A:visited{
	color:#003366;text-decoration:none;
}
A:active{
	color:#000033;text-decoration:none;
}
A:hover{
	color:#003300;background:#FFFCCF;
}
.toplink a:link{font-size:xx-small; color:#CCCCCC;}
.toplink a:visited{font-size:xx-small; color:#CCCCCC;}
.toplink a:active{font-size:xx-small; color:#CCCCCC;}
.toplink a:hover{font-size:xx-small; color:#000000;}

