.title {
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #000000;
	font-weight: normal;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
.textbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #2B4510;
	font-weight: bold;
}
.nav a:link {
	color: #2B4510;
	text-decoration: none;
}
.nav a:visited {
	color: #2B4510;
	text-decoration: none;
}
.nav a:hover {
	color: #000000;
	text-decoration: none;
}
.nav a:active {
	color: #2B4510;
	text-decoration: none;
}

.link1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: green;
	font-weight: bold;
	text-decoration: underline;
}
.link1 a:link {
	color: green;
	text-decoration: underline;
}
.link1 a:visited {
	color: green;
	text-decoration: underline;
}
.link1 a:hover {
	color: #000000;
	text-decoration: underline;
}
.link1 a:active {
	color: green;
	text-decoration: underline;
}

.textdark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
}
.green {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
.white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
