body {
	font-family: Arial, Helvetica, sans-serif;
}
.head {
	font-family: "Arial Black", Arial;
	font-size: 14px;
	font-weight: normal;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
/* FORM STYLES */
input {
	padding-bottom:2px;
	margin-bottom:2px;
	font-size:12px;
}
th {
	background-color:#4E4438;
	color:#DED7C7;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}
table.form {
	border: 1px solid #C6B48E;
	margin:4px;
}
td.formcontent {
	background:#FFFFFF;
	color:#333333;
	font-size:12px;
	padding:3px;
	vertical-align:top;
}
td.formcontent2 {
	background:#FFFFFF;
	color:#333333;
	font-size:12px;
	padding:3px;
	vertical-align:middle;
	text-align:right;
}
