body {
	background-attachment: fixed;
}
.head {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
td.head {
	padding-top: 1em;
	padding-bottom: 1em;
}
a:hover {
	color: #006633;
}
a {
	text-decoration: none;
}
.colored {
	color: #006633;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #006633;
	font-weight: bold;

}
.black {
	color: #000000;
}
.small {
	font-size: 8pt;
	font-weight: normal;
}
.error {
	color: #CC0000;
	font-size: 8pt;
	font-weight: normal;
}