html,body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	margin-left:0px;
	margin-top:0px;
	line-height:22px;
	}
.quotes {
	font-size: 18px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
	padding-right: 7px;
}

.heavyTexts {
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
}

.headers {
	color:#990000;
	font-size: 12px;
	font-weight: bold;
	}
.subheaders {
	color:#666666;
	font-size: 12px;
	font-weight: bold;
	}

a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}
.formTitles {
	color:#C31108;
	font-size: 11px;
	font-weight: normal;
	padding-left:10px;
	}

.copyright {
	color:#000000;
	font-size: 11px;
	font-weight: normal;
	padding-left:10px;
	line-height:15px;
	}
.copyrightSmaller {
	color:#000000;
	font-size: 9px;
	font-weight: normal;
	line-height:15px;
	}
#tableHolder {
	width:1000px;
	background-color:#FFFFFF;
	}
	
#inputTables {
	width: 380px;

}
.inputters50 {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	width: 200px;
	border-width: 1px;
	border-color: #C7CFD1;
	background-image: none;
	background-color: #FFFFFF;
	border-style:solid;
	padding-left:5px;
}
.inputters200 {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	width: 300px;
	border-width: 1px;
	border-color: #C7CFD1;
	background-image: none;
	background-color: #FFFFFF;
	border-style:solid;
	padding-left:5px;
}
.inputPublic {
	padding-left:4px;
	text-align: left;
	font-size: 10px;
	width: 105px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFFFFF;

}
.goButton {
	background-image:url(images/go.jpg);
	background-repeat:no-repeat;
	width:137px;
	height:44px;
	border: 0px solid #FFFFFF;
}

/*drop down menu stuff*/


.arrowlistmenu{
width: 150px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 14px;
color: black;
margin-bottom:2px; /*bottom spacing between header and rest of content*/
padding: 7px 0 4px 15px; /*header text is indented 15px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/*drop down menu stuff end*/
