body {
	background-color: #ffffff;
	color: #7d9a3d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 36pt;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 26pt;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 24pt;
	margin: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 18pt;
	margin: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 15pt;
	margin: 0px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 12pt;
	margin: 0px;
}

a:link {
	color: #7d9a3d;
	text-decoration: none;
}

a:visited {
	color: #7d9a3d;
	text-decoration: none;
}

a:active {
	color: #7d9a3d;
	text-decoration: none;
}

a:hover {
	color: #7d9a3d;
	text-decoration: none;
}

p {
	margin-top: 0px;
}

.block_green {
	background-color: #7d9a3d;
	color: #d8e1c5;
	text-align: right;
	line-height: 16pt;
	font-size: 24pt;
	vertical-align: bottom;
}

.block_gray {
	background-color: #969696;
	color: #e0e0e0;
	text-align: right;
	line-height: 16pt;
	font-size: 24pt;
	vertical-align: bottom;
}

.block_hollow_green {
	border: 1px solid #7d9a3d;
}

.pane_content {
	position: relative;
	width: 1006px;
	height: 468px;
}

.pane_left {
	position: absolute;
	width: 480px;
	height: 468px;
}

.pane_right {
	position: absolute;
	right: 0px;
	width: 480px;
	height: 468px;
}

.pane_tophalf {
	height: 234px;
}

.pane_bottomhalf {
	height: 234px;
}

.separator_vertical {	
	clear: both;
	width: 1006px;
	height: 48px;
}

.navigation_footer {
	clear: both;
	width: 1006px;
	height: 34px;
	border: solid 1px #7d9a3d;
	text-align: center;
	line-height: 26px;
}

.mainlevel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
}