/* CSS Document */
form {
	padding:0px;
	margin:0px;
}
input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#formTable {
	width:500px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#7d322b;
	font-weight:normal;
	line-height:18px;
}
#formTable td {
	padding:3px;
	vertical-align:top;
}
hr {
	color:#565928;
	background-color:#565928;
}
.required {
	color:#660000;
	font-size:14px;
}
.left {
	text-align:right;
}
.right {
	text-align:left;
}
#subTable {
	width:100%;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#7d322b;
	font-weight:normal;
	line-height:18px;
}
#subTable td {
	padding:3px;
}
.input1 {
	width:130px;
}
.spacer1 {
	height:80px;
}
.comments {
	width:300px;
	height:80px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:auto;
}
.formButton {
	padding:4px 5px 4px 5px;
	margin:0px 25px 0px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background-color:#8e9164;
	border:1px solid #565928;
}