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

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background-color: #ffffcc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
/* body margins are fixes for Firefox, maybe others browsers */

table {
	background-color: #5a301f;
}


h3 {
	color: #dba305;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;

}

h4 {
	color: #5a301f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	}

.stylepglink {background-color:#8e4625}
.stylered {color: #FF0000}
.stylebrown {
	color: #90732c;
	font-size: 12px;
}

a:link {
	color: #ca992c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}



#apDivtitle {
	position:absolute;
	width:640px;
	height:40px;
	z-index:1;
	left: 0px;
	top: 15px;
}

#apDivmenu {
	position:fixed;
	width:190px;
	height:400px;
	z-index:2;
	left: 0px;
	top: 120px;
}

