H1, .H1,
H2, .H2,
H3, .H3,
.tableBody, BODY, p {
	font-family: tahoma;
	font-weight: normal;
	padding: 0;
	margin: 0px 0px 3px 0px;
color: black;
	}

H1, .H1 {
	font-size: 32px;
	color: #23772c;	
	}

H2, .H2 {
	font-size: 18px;
	color: #23772c;
	}

H3, .H3 {
	font-size: 14px;
	color: #23772c;
	}

p { margin-bottom: 10px }

.tableBody, BODY {
	font-size: 11px;
	margin: 0px;
	}

OL, UL {
	margin-top: 0px;
	}

TD {
	font-size: 12px;
	}