.formtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D7EAF6;
}
.fieldtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004672;
}
.fielddata {
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-weight: bold;
	color: #0071B7;
	font-size: 12px;
	margin-left: 5px;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Red;
	font-size:11px;
	vertical-align: middle;
	margin-left: 5px;
}
.titles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004672;
	text-align: center;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004672;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #004672;
}
A:ACTIVE, A:LINK {
	text-decoration : none;
	color : #014899;
}
A:HOVER {
	color : #014899;
	font-weight: bold;
}
A:VISITED {
	color : #014899;
	text-decoration : none;
}