.verticalrep {
	background-repeat: repeat-y;
}
.navgrey {
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	text-decoration: none;
}
.pad10left {
	padding-left: 20px;
}
.navgreen {
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	color: #2f6918;
	text-decoration: none;
	font-weight: bold;
}
.pad15leftright {
	padding-left: 15px;
	padding-right: 15px;
}
.headinggrn {
	font-family: Arial;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: 2f6918;
}
.introgrn {
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #4AA942;
}
.bodygrey {
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}
.bodygreen {
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	color: #4AA942;
}
.bodygreenitalic {
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	color: #4AA942;
	font-style: italic;
}

