body {
	font-family: "Tahoma";
	font-size: 10pt;
	color: #666666;
}
.table {
	font-family: "Tahoma";
	font-size: 10pt;
	color: #666666;
}
.blue_text {
	font-family: "Tahoma";
	font-size: 10pt;
	font-weight: bold;
	color: #345181;
}
.green_heading {
	font-family: "Tahoma";
	font-size: 10pt;
	font-weight: bold;
	color: #99CC00;
}
.orange_heading {
	font-family: "Tahoma";
	font-size: 10pt;
	font-weight: bold;
	color: #FF9C00;
}
.quick_links {
	font-family: "Tahoma";
	font-weight: normal;
		font-size: 10pt;
	color: #385100;
	text-decoration: underline;
}

.bottom_nav {
	font-family: "Tahoma";
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	font-family: "Tahoma";
	font-size: 10pt;
	font-style: bold;
	color:  #C3E579;
}
a:active {
	font-family: "Tahoma";
	font-size: 10pt;
	font-style: bold;
	color: #385100;
	text-decoration: underline;
}


