@CHARSET "ISO-8859-1";
.heading {
	font-size: 26px;
	color: #132b3b;
	margin-left: 182px;
}
.formPagesTable td.fieldName {
	width: 170px;
	text-align: right;
	color: #1c3c53;
	font-weight: bold;
}
.formPagesTable td {
	padding: 4px;
}
.formPagesTable a {
	color: #1C3C53;
	text-decoration: underline;	
}
input,select {
	border: 1px solid #92a1ad;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
}
input {
	height: 14px;
	width: 160px;
}
input.formPagesSubmit {
	background-color: #e3991f;
	width: auto;
	height: auto;
	border-color: #f9ebd3 #956413 #956413 #f9ebd3;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	padding: 3px 20px;
}
.orangeText {
	color: #E3991F;
	font-weight: bold;
}