/* Screen Background Color*/
body { background-color: #CCCC33;}


/*Color of Links*/
a.link1:link { font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #483D8B; font-weight: bold; text-decoration: none; }
a.link1:active { font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #483D8B; font-weight: bold; text-decoration: none; }
a.link1:visited { font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #483D8B; font-weight: bold; text-decoration: none; }
a.link1:hover { font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #B0C4DE; font-weight: bold; text-decoration: none; }

a.flink:link { font-family: Arial, Helvetica; font-size: 11px; color: #8B0000; font-weight: normal; text-decoration: none; }
a.flink:active { font-family: Arial, Helvetica; font-size: 11px; color: #8B0000; font-weight: normal; text-decoration: none; }
a.flink:visited { font-family: Arial, Helvetica; font-size: 11px; color: #8B0000; font-weight: normal; text-decoration: none; }
a.flink:hover { font-family: Arial, Helvetica; font-size: 11px; color: #336699; font-weight: normal; text-decoration: none; }


/*Table Background Colors*/
.bgcolor1 {background: #336699; background-color: #CCCC33;}
.bgcolor2 {background: #000000; background-color: #C4b41E;}
.bgcolor3 {background: #000000; background-color: #CCCC33;}


/*Header Tags*/
h1 {font-family:Verdana, Arial, Helvetica; font-size:16px;  font-weight:bold;  color:#000000;}
h2 {font-family:Verdana, Arial, Helvetica; font-size:14px;  font-weight:bold;  color:#000000;}


/*Scrollbar Color*/
BODY{
scrollbar-face-color:#808000;
scrollbar-arrow-color:#EEE8AA;
scrollbar-track-color:#B22222;
scrollbar-shadow-color:#FFFFE0;
scrollbar-highlight-color:#B0C4DE;
scrollbar-3dlight-color:#FFFFE0;
scrollbar-darkshadow-Color:#808000;
}
-->

