.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FF0000;
	line-height: 19px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FF0000;
	line-height: 19px;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	font-style: normal;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: oblique;
	font-weight: bold;
	text-transform: none;
	color: #333333;
}
.list {
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #000000;
	font-weight: 400;
	list-style-position: outside;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #000;
	font-style: normal;
	list-style-position: outside;
	line-height: normal;
}
.bullets1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #F00;
	font-style: normal;
	list-style-position: outside;
	line-height: normal;
}

.lead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	color: #666666;
}
.smallhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}
.subheadnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	line-height: 16px;
}
.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: left top;
}

#hefs label {
	width: 220px;
	text-align: right;
	display: inline-block;
	font-size: 10px;
}

#hefs textarea {
	margin: -3em 0 0 220px;
}

#hefs .submit {
	margin-left: 220px;
}

#hefs .acknowledge {
	margin-left: 220px;
	font-size: 8px;
}

#hefs .acknowledge a {
	color: #333;
	font-size: 8px;
}

#hefs .acknowledge a:hover {
	color: #906;
	font-size: 8px;
}

ul li {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
