/* MAIN */

BODY {
	margin-left: 0px;
	margin-top: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	color : #fbfbed;
}
table {
background-color: #fbfbed;
	
}

	
TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11 px;
	color : #415b38;
}


A {
	color : #415b38;
	text-decoration : none;
}
A:HOVER {
	color : #8b5c29;
	text-decoration : none;
}

.copyright {
	background-color: #415b38;
	color: White;
	
}
.pos {
	position: relative;
	top: -20px; 
	left: 60px;
		
}
#content {
	min-height: 2000px;
	overflow: auto;
		
	}