body {
  scrollbar-arrow-color: #A60000;
	scrollbar-track-color: #E4EAEE;
	scrollbar-shadow-color: #A60000;
	scrollbar-face-color: #E4EAEE;
	scrollbar-highlight-color: #E4EAEE;
	scrollbar-darkshadow-color: #E4EAEE;
	scrollbar-3dlight-color: #A60000;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:active {
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: none;
}

.heading {
	font-weight: bold;
	font-size: 20px;
	color: #A60000;
	font-family: Verdana, sans-serif;
	text-decoration: none
}

.sfc {
	font-weight: bold;
	font-size: 12px;
	color: #A60000;
	font-family: Arial;
	text-decoration: none;
}

.nav {
	font-weight: bold;
	font-size: 17px;
	color: #A60000;
	font-family: Arial;
	text-decoration: none;
	text-align: center;
}

.subnav {
	font-weight: bold;
	font-size: 15px;
	color: #A60000;
	font-family: Arial;
	text-decoration: none;
	text-align: center;
}

.subheading {
	font-weight: bold;
	font-size: 11px;
	color: #E40303;
	font-family: Verdana, sans-serif;
	text-decoration: none
}
.text-norm {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, sans-serif;
	text-decoration: none
}
td.text-norm {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, sans-serif;
	text-decoration: none
}

.button {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #00A6DD; 
	color: #FFFFFF;
	border: #666666; 
	border-style: solid;
 	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

textarea { width: 100%; }


