body {
    scrollbar-face-color: #cc2229;
    scrollbar-shadow-color: #f3d771;
    scrollbar-highlight-color: #f3d771;
    scrollbar-3dlight-color: #f3d771;
    scrollbar-darkshadow-color: #f3d771;
    scrollbar-track-color: #f3d771;
    scrollbar-arrow-color: #FFFFFF;
  }
  
.body  {
	font-size : 11px;
	line-height : 14px;
	font-family : Verdana, Arial, sans-serif;
}

.subhead  {
	font-size : 24px;	
	line-height : 24px;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
}

.brown {
  color : #472505;
}

.black {
  color : #000000;
}


.red  {
	color : red;
}

.fineprint  {
	font-size : 10px;
	line-height : 10px;
	font-family : Verdana, Arial, sans-serif;
}

A.body, A  {
	text-decoration : none;
	color : #ed1c24;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

A.body:Hover, A:Hover  {
	text-decoration : none;
	color : #1e71b8;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

A.body:Visited, A:Visited  {
	text-decoration : none;
	font-size : 11px;
	font-family : Verdana, Arial, sans-serif;
	color : #ed1c24;
	font-weight : bold;
}

A.body:Active, A:Active {
	text-decoration : none;
	font-size : 11px;
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-weight : bold;
}

A.button  {
	text-decoration : none;
	color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	display : block;
	background : #a42b30;
	border : 1px solid #000000;
	padding : 2px 6px 2px 6px;
}

A.button:Hover  {
	text-decoration : none;
	color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	display : block;
	background : #000000;
	padding : 2px 6px 2px 6px;
}

A.button:Visited  {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	color : #FFFFFF;
	font-weight : bold;
	display : block;
	background : #a42b30;
	padding : 2px 6px 2px 6px;
}

A.button:Active {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-weight : bold;
	display : block;
	background : #000000;
	padding : 2px 6px 2px 6px;
}

A.menus  {
	text-decoration : none;
	color : #a42b30;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight : normal;
}

A.menus:Hover  {
	text-decoration : none;
	color : #a42b30;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight : normal;
	background : #dbdbdb;
	display : block;
}

A.menus:Visited  {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	color : #a42b30;
	font-weight : normal;
}

A.menus:Active {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-weight : normal;
}

A.fineprint  {
	text-decoration : none;
	color : #a42b30;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
}

A.fineprint:Hover  {
	text-decoration : underline;
	color : #000000;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
}

A.fineprint:Visited  {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	color : #a42b30;
	font-weight : bold;
}

A.fineprint:Active {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	font-weight : bold;
}

INPUT  {
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	background: #ffffff;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

INPUT.submit  {
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	color : #FFFFFF;
	background: #ed1c24;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}


INPUT.bullets  {
	background: transparent;
	border-width: 0;
}

INPUT.checkbox  {
	background: transparent;
	border-width: 0;
}

SELECT  {
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	background: #ffffff;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

TEXTAREA  {
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	color : #000000;
	background: #ffffff;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

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 : #55626C;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;	
	font-weight : bold;
}

A.asterisk:Hover  {
	text-decoration : underline;
	color : #000000;
	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 : #55626C;
	font-weight : bold;
}

A.asterisk:Active  {
	text-decoration : underline;
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
	color : #F1EEDF;
	font-weight : bold;
}


