body {
	font-family: Verdana, Arial, sans-serif;
}
p, ol, ul, table { font-size: 12px; color: #3e3e3e; }
h1 { 
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #204758;
	font-size: 28px;
}
h1 a { color: #204758; text-decoration: none; }
h1 a:hover { text-decoration: underline; }
.red_headline { color: #4e1703; }
a { color: #9C330D; }
h2 { 
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #204758;
	margin-bottom: 10px;
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #204758;
}
p.home_text {
	font-size: 14px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	color: rgb(156, 51, 13); 
}
.required_action {
	border: 1px solid #9c330d;
}
#form_message {
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #9c330d;
	margin-bottom: 10px;
}