/***********************************
*  #000000 = Body/Footer
*  #E18403 = Main Table
*  #F2D3B5 = Form Table
************************************/
body {
	/* 
	background-image: url();
	background-repeat: repeat-x;
	*/
	color:#000;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.maintable {
	background-color: #E18403;
}
.footertable {
	background-color: #000000;
}
.formborder {
	border: 1px solid #000000;
	background-color: #F2D3B5;
}
.creditborder {
	background-color: #006600;
	border: 1px solid #FFFFFF;
}
.mainborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.buttonfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 20px;
	border: 1px solid #000000;
	width: 370px;
}
a:link {
	color: #E18403;
	text-decoration: underline;
}
a:visited {
	color: #E18403;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.redbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	border-top: 2px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #999999;
}
.textfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 20px;
	padding: 1px;
}
.verdana9gray {
	font-size: 9px;
	color: #CCCCCC;
	font-family: Verdana;
}
.arial14b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
}
.arial11b {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}
.white {color: #FFFFFF}
.white8 {color: #FFFFFF; font-size: 8px; }
