#content h1 {
	color: #005F99;
	font-size: 2.0em;
	font-weight: bold;
	margin: 0px;
}
#content h2 {
	color: #666666;
	font-size: 1.7em;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
}
#content hr {
	background-color: #d3d3d3;
	margin: 0px 0px 10px 0px;
}
#content h3 {
	color: #005F99;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
}
#content h3 a {
	text-decoration: none;
	color: #005F99;
}