/* MAIN */

BODY {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/bg.png);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	scrollbar-base-color: #d4c296;

}


table {
background-color: #fbfbed;
	
}
H1 {
font-family: Arial;
font-size: 18px;
font-weight: bold;

}

H2 {
font-family: Arial;
font-size: 15px;
font-weight: bold;

}
	
TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11 px;
	color : #415b38;
}

.bookmark {
	color : #415b38;
	text-decoration : none;
}
.linkcolor {
	color : #415b38;
	text-decoration : none;
	font-weight: bold;
	
}
.linkcolorheading {
	color : #415b38;
	text-decoration : none;
	font-weight: bold;
	font-size : 1.2em;
}
A {
	color : #415b38;
	text-decoration : underline;
	font-weight: bold;
}
A:HOVER {
	color : #8b5c29;
	text-decoration : none;
	
}

.copyright {
	background-color: #415b38;
	color: White;
		
}
.pos {
	position: relative;
	top: -20px; 
	left: 40px;
		
}
#content {
	min-height: 1000px;
	overflow: auto;
		
	}
.info { color: #415b38; font-size: 0.8em; }

