HTML, BODY {
	font-family: Verdana, Arial, Courier;
	color: #000;
	font-size: 10pt;
}
a {
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
}
BODY {
	background-color: #f5ffc7;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#content {
	border-left: 2px solid #018a34;
	border-right: 2px solid #018a34;
	background-color: #b9fdd2;
	text-align: center;
	width: 990px;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
	color: #000;
	font-weight: Bold;
	text-align: left;
	border-bottom: 1px solid #88d4a4;
	margin-bottom: 5px;
}
.box {
	width: 475px;
	overflow: hidden;
	float: left;
	font-size: 10px;
	padding: 5px;
	background-color: #d9f9e5;
	border: 1px solid #88d4a4;
	height: 380px;
	margin: 7px;
}
.box TABLE {
	font-size: 10px;
}
.boxcontent {
	clear: both;
	width: 980px;
}