HTML {overflow:scroll;/*Keeps scroll bar active in FF regardless of height*/}

body 
{
	background-color: #7b1501;
}

.headlinetext 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #b0953a;
	font-weight:bold;
	margin: 0 0 10px 0;
}

.bodytext 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 10px 0;
}

.bodytext a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #7b1501;
}

.bodytext a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #b0953a;
}

#footertext 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #fff;
	width:100%;height:auto;
}

.footerbullet
{
	font-size: 11px;
	vertical-align:middle;
}

.frmtext{float:left;font-size:12px;font-weight:bold;margin-right:10px;width:160px; text-align:right;}
.frmtextbox {float:left;border: solid 1px #b0953a; background-color:#fff;font-size:12px;width:175px;}
.frmtextbox_large {float:left;border: solid 1px #b0953a; background-color:#fff;font-size:12px;width:175px; height:100px; overflow: auto;}
.frmbutton {float:left; border: solid 2px #b0953a; background-color:#7b1501;color:#b0953a; font-size:12px;font-weight:bold;cursor:pointer;}
.frmclearleft{clear:left;width:auto;height:7px; line-height:7px; font-size:7px;}




