@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body, table, a {
	color: #252525;
}	

blockquote {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}	

.section_header
{
	font-size: 10pt;
	color: #70a100;
	background-color: white;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight:bold;
}

.errorExplanation dl dt
{color:red;}