.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}
.linkdisabled {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

BODY
{
	OVERFLOW-Y: auto;
	SCROLLBAR-FACE-COLOR: #ececec;
	OVERFLOW-X: auto;
	SCROLLBAR-HIGHLIGHT-COLOR: #ececec;
	SCROLLBAR-SHADOW-COLOR: #ececec;
	SCROLLBAR-3DLIGHT-COLOR: #ececec;
	SCROLLBAR-ARROW-COLOR: #333333;
	SCROLLBAR-TRACK-COLOR: #ececec;
	SCROLLBAR-DARKSHADOW-COLOR: #ececec;
	border: 0px solid #666666;
	background-color: #3F3B3C;

}
