body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color:#44571E;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.companyName {
	font-size: 18px;
	font-weight: bold;
}
.section {
	font-weight: bold;
	font-size: 16px;
}
.leftColumn {
	background-image:  url("../_images/subnav_bg.gif");
	background-repeat: no-repeat;
	background-position: top;
	background-color: #5F7B2A;
}
.navItem {
	color: #40501B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40501B;
	padding-right: 5px;
	padding-left: 30px;
}
.navItem a {
	font-weight: bold;
	color: #40501B;
	text-decoration: none;
}
.navItem a:hover {
	font-weight: bold;
	color: #242D0F;
	text-decoration: none;
}
.subNavItem {
	background-image:  url("../_images/subnav_bg.gif");
	background-repeat: no-repeat;
	background-position: top;
	background-color: #5F7B2A;
	padding: 10;
}
.subNavItem a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.subNavItem a:hover {
	color: #D8F48D;
	text-decoration: none;
	font-weight: bold;
}
