/* Error Formatting */
.errorBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:black;
	background-color:#FFFFB3;
	border:1px dashed maroon;
	padding:8px;
}
.errorList {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:maroon;
}
.fieldLabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#394C53;
	padding-left:25px;
}
.fieldLabelSml {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#394C53;
}
.fieldInput {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:black;
}
.fieldText1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:black;
}
.fieldHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:white;
	background-color:#005B80;
	padding:3px;
	padding-left:10px;
	border-bottom:1px solid black;
}
.asterisk {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:red;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #005B80;
}
.stdText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
