body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 8pt;
	text-align: center;
}
.main {
	width: 800px;
	height: 100px;
	margin: 50px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
.left {
	width: 303px;
	height: 80px;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 30px 0px 0px 0px;
	border-bottom: solid 1px #347643;
	font-family: arial;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
}
.right {
	width: 303px;
	height: 80px;
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 30px 0px 0px 0px;
	border-bottom: solid 1px #347643;
	font-family: arial;
	font-size: 8pt;
	text-align: right;
	vertical-align: middle;
}
.navigation {
	width: 800px;
	margin: 30px 0px 30px 0px;
	padding: 5px 0px 5px 0px;
	border-color: #347643;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	font-family: arial;
	font-size: 11pt;
	text-align: center;
	vertical-align: middle;
	color: #347643;
}
.central {
	width: 800px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	font-family: arial;
	font-size: 11pt;
	text-align: justify;
	vertical-align: top;
}
.bottom {
	width: 800px;
	margin: 30px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: solid 1px #347643;
	font-family: arial;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
}
a {
	color: #347643;
	text-decoration: none;
}
a:hover {
	color: #347643;
	text-decoration: underline;
}
a:visited {
	color: #347643;
	text-decoration: none;
}
a:visited:hover {
	color: #347643;
	text-decoration: underline;
}

.navigation a {
	color: #000000;
	text-decoration: none;
}
.navigation a:hover {
	color: #000000;
	text-decoration: underline;
}
.navigation a:visited {
	color: #000000;
	text-decoration: none;
}
.navigation a:visited:hover {
	color: #000000;
	text-decoration: underline;
}

