body {
	font-family: verdana, helvetica, arial, serif;
	font-size: 12px;
}
h1 {
	color: #000000;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #666699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bodyText {
	font-family: vardana, helvetica, arial, serif;
	font-size: 12px;
	color: #000000;
}
.navBar {
	text-align: left;
	background: #5E7F45;
}
a.navLink {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
a.navLink:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.sideNavLink {
	color: #CCCCCC;
	text-decoration: underline;
}
.sideNavTitle {
	font-size: 20px;
	color: #CCCCCC;
}
.sideNavText {
	font-size: 12px;
	color: #CCCCCC;
}
.pageTitle {
	font-size: 20px;
	color: #5E7F45;
	font-weight: bold;
}
.pageSubTitle {
	font-size: 14px;
	color: #5E7F45;
	font-weight: bold;
}
.subhead {
	font-size: 12px;
	font-weight: bold;
}
.error {
	color: #FF0000;
}
.small {
	font-size: 10px;
}
.footer {
	text-align: center;
	font-size: 12px;
	background: #5E7F45;
}
.imgBorder {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}