/* CSS Document */

body {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #92cbf0;
	SCROLLBAR-FACE-COLOR: #FFCC00;
	SCROLLBAR-HIGHLIGHT-COLOR: #FF0000;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ff0000;
	SCROLLBAR-TRACK-COLOR: #000060;
	SCROLLBAR-DARKSHADOW-COLOR: #000060;
	background-color: #92cbf0; }

table { bordercolor: #92cbf0; bgcolor: #92cbf0; }


td {font-family: Georgia, Times New Roman, Times, serif ;
	color: #000060;
	font-size: 14px;
	 bordercolor: #000066; bgcolor: #000066; 

}

h1 {font-family: Georgia, Times New Roman, Times, serif;
	color: #ffcc00;
	font-size: 15px; 
	font-weight: bold; }
	
	
h2 { font-family: Georgia, Times New Roman, Times, serif;
	color: #000060;
	font-size: 12px;
	font-weight: normal; }
	
h3 {font-family: Georgia, Times New Roman, Times, serif;
	color: #000060;
	font-size: 15px; 
	font-weight: bold; }

a {  font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; color: #000060; text-decoration: none; font-weight: bold }

a:link { color: #000060; text-decoration: none; font-weight: bold; }
a:visited { color: #000060; text-decoration: none; font-weight: bold; }
a:hover { color: #FF0000; text-decoration: underline; font-weight: bold; }

