@charset "UTF-8";
.formfields {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #1B3100;
	text-decoration: none;
	text-indent: 0px;
	font-variant: normal;
}
.required {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #244000;
	text-decoration: none;
	text-indent: 0px;
	background-color: #FFEEC3;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #1B3100;
	text-decoration: none;
	text-align: left;
}
