/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #BDCEA0;
	background-color: #222C12;
	margin: 0px;
	font-size: 14px;
}
.bottom {
	background-color: #3E4334;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #848E72;
	border-right-color: #848E72;
	border-bottom-color: #848E72;
	border-left-color: #848E72;
	padding: 0px;
	overflow: auto;
	z-index: auto;
}
.nav a:link, .nav a:hover, .nav a:active, .nav a:visited {
	text-decoration: none;
	color: #BDCEA0;
}
.maintables {
	background-color: #222C12;
	
	
}

.maintables th {
	background-color: #B0B58B;
	text-align: left;
	color: #0F120A;
	font-size: 12px;
}

.maintables td {
	background-color: #D1D4BC;
	color: #0F120A;	
	font-size: 12px;
	
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #0F120A;
}
a:hover 
{
	text-decoration: underline;
	color: #4B5C34;
}


.content {
	color: #0F120A;
	background-color: #D1D4BC;
	border: 1px solid #222C12;
	font-size: 12px;
}
