.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.nav_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #1D440D;
	text-decoration: underline;
}
a:visited {
	font-style: italic;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}
.bold_black {
	font-weight: bold;
	color: #000000;
}
.bold_green {
	font-weight: bold;
	color: #1D440D;
}
