body {
	background-color: #4F5C4B;
}
.bodyText {
	font-family: Georgia;
	font-size: 14px;
	line-height: 16px;
	color: #EAEDE9;
	margin-top: 0px;
	margin-bottom: 0px;
}
.indent {
	text-indent: 24px;
	color: #333333;
}
a:link {
	color: #364134;
	text-decoration: underline;
}
a:visited {
	color: #414D3E;
	text-decoration: underline;
}
a:hover {
	color: #941313;
	text-decoration: none;
}
.nav {
	font-family: Georgia;;
	font-size: 10px;
	font-weight: bold;
	color: #E3DFC4;
	margin-top: 0px;
	margin-bottom: 0px;
}
.nav a:link {
	color: #EAEDE9;
	text-decoration: none;
}
.nav a:visited {
	color: #414D3E;
	text-decoration: none;
}
.nav a:hover {
	color: #941313;
	text-decoration: underline;
}
.copyright {
	font-size: 9px;
	line-height: 12px;
	color: #333333;
}