td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

hr.green {
	color: #3AA39D;
	height: 10px;
	outline: Gray solid thin;
}


.green_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0E5450;
}

.light_green_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #3AA39D;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.red_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Red;
}
.red_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Gray;
}
