body {
	font-family: "Tahoma";
	font-size: 8pt;
	color: #666666;
}

.blue_text {
	font-family: "Tahoma";
	font-size: 10pt;
	font-weight: bold;
	color: #345181;
}
.green_heading {
	font-family: "Tahoma";
	font-size: 10pt;
	color: #99CC00;
}
.orange_heading {
	font-family: "Tahoma";
	font-size: 10pt;
	font-weight: bold;
	color: #FF9C00;
}
.quick_links {
	font-family: "Tahoma";
	font-size: 10pt;
	font-weight: normal;
	color: #385100;
	text-decoration: underline;
}
.quick_links_small {
	font-family: "Tahoma";
	font-size: 9pt;
	font-weight: normal;
	color: #385100;
	text-decoration: underline;
}

.dark_green {
	font-family: "Tahoma";
	font-size: 10pt;
	font-weight: normal;
	color: #385100;
}
.bottom_nav {
	font-family: "Tahoma";
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.top_nav {
	font-family: "Tahoma";
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
}
a:link {
	font-family: "Tahoma";
	font-size: 10pt;
	font-weight: bold;
	color:#385100;
	font-style:normal;
	text-decoration: underline;
}
a:hover {
	font-family: "Tahoma";
	font-size: 10pt;
	font-style: bold;
	color:#C3E579;
}
a:active {
	font-family: "Tahoma";
	font-size: 10pt;
    color:#385100;
	font-style: bold;
	text-decoration: underline;
}
a:visited {
	font-family: "Tahoma";
	font-size: 10pt;
	font-style: normal;
	text-decoration: underline;
	color: #385100;
}
.orange_header_title {
	font-family: "Tahoma";
	font-size: 12pt;
	font-weight: bold;
	color: #FF9C00;
}
.blue_heading {
	font-family: "Tahoma";
	font-size: 10pt;
	font-weight: bold;
	color: #345181;
}