HTML, BODY {
	font-family: Times new Roman, Helvetica, serif;
	font-size: 10pt;
	background-color: #DDD;
	color: #000;
}

H1 { color: #B8B8B8; background-color: transparent;  }
H2 { color: #212121; background-color: transparent; font-family: arial, sans-serif; }

A:link, A:visited, A:active {
	color: #919191;
	background-color: transparent;
	text-decoration: none;
}

#mainTable {
	border-width: 8pt;
}

.footer {
	font-style: italic;
	font-size: 9pt;
	text-align: center;
}


