@charset "utf-8";
.FormHeader {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #996600;
	border: thin solid #000000;
}
.FieldTitle {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.FormFields {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
.FormHeaderCenter {
	border: thin none #FFFFFF;
	text-align: center;
}
.FormHeaderNEW {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: thin solid #000000;
}
.Name {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
#form1 table tr .FieldTitle {
	text-align: right;
}
#form2 table tr .FieldTitle {
	text-align: right;
}
