.content {
	background-color: #D7E4C9;
	padding: 25px 20px 30px;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #efefef;
	background-color: #587353;
	font-weight: bold;
}
a.blue:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6D9146;
	text-decoration: none;
	font-weight: bold;
	padding-right: 8px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
a.blue:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6d9146;
	text-decoration: none;
	font-weight: bold;
	padding-right: 8px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
a.blue:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6633;
	text-decoration: none;
	font-weight: bold;
	padding-right: 8px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.lightgreen {
	background-color: #F0F2E6;
}