/* CSS Stylesheet */
.formTable {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:17px;
	color:#000000;
}
.formTable td {
	padding:2px;
}
.required {
	color:#845840;
	font-weight:bold;
	font-size:18px;
}
.requires {
}
.button {
	margin:0px 10px 0px 10px;
	padding:5px 20px 5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-color:#80935c;
	border:1px solid #000000;
}
.error {
}
hr {
	color:#485b2c;
	background-color:#485b2c;
}
