body {
	background-color: #F1F5F4;
	margin: 0px;
}
.maincell {
	padding: 10px;
	border: 1px solid #7CA79A;
	background-color: #FFFFFF;
}
.text-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7CA79A;
}
.text-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7CA79A;
}
.text-body-b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A6E59;
	font-weight: bold;
}
.text-body-image-captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #7CA79A;
	text-align: left;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 8px;
}


.text-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2A6E59;
	font-weight: bold;
}
.text-title-super {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #E7EFED;
	font-weight: normal;
}

.text-body a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7CA79A;
	text-decoration: none;
}
.text-body a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7CA79A;
	text-decoration: none;
}

.text-body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #236853;
	text-decoration: none;
}
