.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282E64;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3333;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
}
.scroll {
	overflow: auto;
	height: 100%;
	width: 710px;
}
body {
	overflow: auto;
	background-image: url(images/bkgrd.gif);
	background-repeat: repeat-x;
	scrollbar-3dlight-color: #336600;
	scrollbar-arrow-color: white;
	scrollbar-base-color: #99000;
	scrollbar-darkshadow-color: #660000;
	scrollbar-face-color: #cc3300;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #660000;
	scrollbar-track-color: #001447;
}