.heading_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.heading_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.horizontal_line {
	height: 8px;
	background-color: #000000;
	border: thick solid #000000;
}
.logo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.logo_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.section_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0D70BA;
}
.section_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
.submit_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F0F0F0;
	height: 27px;
	width: 100%;
	border: 1px outset;
	cursor: hand;
	margin-top: 20px;
	margin-bottom: 10px;
}
.radio_button {
	cursor: hand;
	border: none;
	background-color: #F0F0F0;
}
.text_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0D70BA;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	width: 240px;
}
.list_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0D70BA;
}
.section_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.long_listbox {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0D70BA;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	width: 400px;
}
a {
	color: #FF0000;
}
.white_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
