body { 
	margin: 0px;
	padding: 0px;
	
	background-attachment: fixed; 
	background-position: left bottom; 
	background-repeat: no-repeat; 
	
	scrollbar-base-color: #D2D2D2;
	scrollbar-arrow-color: #663300;
	scrollbar-track-color: #F2F2F2;
	
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black; 
	scrollbar-darkshadow-color: gray;
	
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
	}

a:link {color: #663300;	text-decoration: none}
a:visited {color: #663300; text-decoration: none}
a:active {text-decoration: none}
a:hover {color: #996633; text-decoration: underline}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #663300;
	margin: 0px;
	padding: 0px;
}
.subheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #663300;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.results {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF0000;
}
.adminsubheading {
	font-family: Arial, Helvetica, sans-serif;
	color: #645A5D;
	font-size: 20px;

}
.adminbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.courier {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #000000;
}

.border {
	border: 1px solid #000000;
}

.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}