@charset "UTF-8";
/* CSS Document */

body {
	background-color: #C6DBA6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #3D5900;
}

A:link {color: #f1feb5;}
A:visited {color: #f1feb5;}
A:active {color: #f1feb5;}
A:hover {font-weight:bold; color: #f1feb5;}


#header {
	top: 0px;
	left: 85px;
	width: 891px;
	height: 71px;
	position: absolute;

	background color: #000;
	overflow: hidden;
	z-index: 1;
	background-color: #000000;
}

#mainContent {
	background-color: #BBD595;
	border-top: 10px solid #000;
	border-right: none;
	border-bottom: 15px solid #1E2D00;
	border-left: none;
	padding: 0px 0px 0px 30px;
	position: absolute;
	height: 80%;
	width: 861px;
	overflow: auto;
	center: 50%;
	top: 60px;
	left: 85px;
	z-index: 2;
}

.style1 {
	font-size: 16px
}
.style2 {font-size: x-small}
