body {
    scrollbar-face-color: #002f6e;
    scrollbar-shadow-color: #3675d0;
    scrollbar-highlight-color: #3675d0;
    scrollbar-3dlight-color: #3675d0;
    scrollbar-darkshadow-color: #3675d0;
    scrollbar-track-color: #3675d0;
    scrollbar-arrow-color: #FFFFFF;
  }
  
.body  {
	font-size : 13px;	
	line-height : 18px;
	font-family : Verdana, Arial, sans-serif;
	color : #FFFFFF;
}

.subhead  {
	font-size : 34px;	
	line-height : 30px;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color : #bcf803;
}

.highlight  {
	color : #bcf803;
}
.highlight2  {
	color : #f7a30a;
}
.red  {
	color : red;
	font-size : 13px;	
	line-height : 18px;
	font-family : Verdana, Arial, sans-serif;
}

.small  {
	font-size : 13px;	
	line-height : 13px;
	font-family : Verdana, Arial, sans-serif;
	color : #ffffff;
}

.fineprint  {
	font-size : 9px;
	line-height : 9px;
	font-family : Verdana, Arial, sans-serif;
	color : #FFFFFF;
}

A.body  {
	text-decoration : none;
	color : #31d7fc;
	font-family : Verdana, Arial, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

A.body:Hover  {
	text-decoration : underline;
	color : #ffffff;
	font-family : Verdana, Arial, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

A.body:Visited  {
	text-decoration : none;
	font-size : 13px;
	font-family : Verdana, Arial, sans-serif;
	color : #31d7fc;
	font-weight : bold;
}

A.body:Active {
	text-decoration : none;
	font-size : 13px;
	font-family : Verdana, Arial, sans-serif;
	color : #f8f8ab;
	font-weight : bold;
}

A.news  {
	text-decoration : none;
	color : #31d7fc;
	font-family : Verdana, Arial, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

A.news:Hover  {
	text-decoration : underline;
	color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

A.news:Visited  {
	text-decoration : none;
	font-size : 13px;
	font-family : Verdana, Arial, sans-serif;
	color : #31d7fc;
	font-weight : bold;
}

A.news:Active {
	text-decoration : none;
	font-size : 13px;
	font-family : Verdana, Arial, sans-serif;
	color : #f8f8ab;
	font-weight : bold;
}

A.fineprint  {
	text-decoration : none;
	color : #000000;
	font-family : Verdana, Arial, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

A.fineprint:Hover  {
	text-decoration : underline;
	color : #0071e6;
	font-family : Verdana, Arial, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

A.fineprint:Visited  {
	text-decoration : none;
	font-size : 13px;
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-weight : bold;
}

A.fineprint:Active {
	text-decoration : none;
	font-size : 13px;
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-weight : bold;
}

A.menus  {
	text-decoration : none;
	color : #ffffff;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

A.menus:Hover  {
	text-decoration : none;
	color : #ffffff;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-weight : normal;
	background : #e9af40;
	display : block;
}

A.menus:Visited  {
	text-decoration : none;
	font-size : 12px;
	font-family : Verdana, Arial, sans-serif;
	color : #ffffff;
	font-weight : normal;
}

A.menus:Active {
	text-decoration : none;
	font-size : 12px;
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-weight : normal;
}
INPUT  {
	font-size : 13px;
	font-family : Verdana, Arial, sans-serif;
	color : #FFFFFF;
	background: #0004a3 url(../images/bkgrnd-input.gif) repeat-x;
	border-style: solid;
	border-color: #8080e5;
	border-width: 1;
}

INPUT.submit  {
	font-size : 13px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	color : #FFFFFF;
	background: #01c9cc;
	border-style: solid;
	border-color: #8080e5;
	border-width: 1;
}


INPUT.bullets  {
	background: transparent;
	border-width: 0;
}

INPUT.checkbox  {
	background: transparent;
	border-width: 0;
}

SELECT  {
	font-size : 13px;
	font-family : Verdana, Arial, sans-serif;
	color : #FFFFFF;
	background: #0004a3;
	border-style: solid;
	border-color: #8c8c8c;
	border-width: 1;
}

TEXTAREA  {
	font-size : 13px;
	font-family : Verdana, Arial, sans-serif;
	color : #FFFFFF;
	background: #0004a3 url(../images/bkgrnd-textarea.gif) repeat-x;
	border-style: solid;
	border-color: #8080e5;
	border-width: 1;
}

div.transOFF {
	width: 200px;
	height: 200px;
	border-style: double;
	border-color: #5f81ab;
	border-width: 3; 
}
	
div.transON {
	width: 200px; 
	height: 200px;
	opacity:.50;
	filter: alpha(opacity=25); -moz-opacity: 0.25;
	border-style: double;
	border-color: #5f81ab;
	border-width: 3;
}

a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
}

a.linkopacity:hover img {
filter:alpha(opacity=50);   
-moz-opacity: .50;   
opacity: .50;
}

A.asterisk  {
	text-decoration : none;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;	
	font-weight : bold;
}

A.asterisk:Hover  {
	text-decoration : underline;
	color : #31d7fc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
}

A.asterisk:Visited  {
	text-decoration : none;
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight : bold;
}

A.asterisk:Active  {
	text-decoration : underline;
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
	color : #F1EEDF;
	font-weight : bold;
}

