.r-m {
	background-color: #dde1bd;
	margin-top: 16px;
}
.r-m-title {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #384902;
	padding: 8px;
}
.r-m-item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #384b00;
	padding: 8px;
	line-height: 120%;
	font-weight: bold;
}

.r-m-item a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #111;
}
.r-m-item a:hover {
	text-decoration: underline;
	color: #340;
}
.main-content {
	padding: 8px;
}
hr {
	color: #384b00;
}
.bottom {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #FFF;
	padding: 10px;
	background-color: #384b00;
	text-align: center;
}
.bottom a{
	color: #FFF;
	text-decoration: none;

}
