body {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	scrollbar-base-color: #B82830;
	scrollbar-arrow-color: gray;
	scrollbar-3dlight-color: gray;
	scrollbar-shadow-color: #B82830;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-darkshadow-color: #505050;
	scrollbar-track-color: black;
	background-color: #FFFFCC;
	font-size: small;
	margin: 0% 0% 0% 0%;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx_small;
	color: #333333;

}
.noline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

A:link {
	text-decoration: none;
	color: #B82830;
}       /* unvisited link */

A:visited {
	text-decoration: none;
	color: #B82830;
}   /* visited links */

A:active { text-decoration: none; color: #B82830 }    /* active links */

A:hover {
	color: #FFFFFF;
	background-color: #B82830;
	font-size: 100%;
	text-decoration: none
} /* when mouse is over link */

A.external:link {	color: Gray }

input.maroon {background-color: #B82830; font-weight: bold; font-size: 12px; color: #FFFFFF;}
input.gold {background-color: gray; font-weight: bold; font-size: 12px;}
input. darkblue {background-color: #B82830; font-weight: bold; font-size: 12px;color: #FFFFFF;}

textarea.gold {background-color: gray; font-weight: bold; font-size: 12px;}
textarea.maroon {background-color: #B82830; font-weight: bold; font-size: 12px;color: #FFFFFF;}

option.lightmaroon {background-color: gray; font-weight: bold; font-size: 12px; color: #ffffff;}
option.maroon {background-color: #B82830; font-weight: bold; font-size: 12px; color: #ffffff;}
option.gold {background-color: gray; font-weight: bold; font-size: 12px; color: #000066;}

