body { 
margin:0px 0px; 
font-family: "Tahoma", Arial; 
font-size:12px;
background-color: #e0dede;
}

.top{
   vertical-align: top;
   width: 100%; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.menu{
	font-size: 12px;
	color: black;
   text-decoration: none;
}
.menu:hover{
	font-size: 12px;
	color: black;
	text-decoration: underline;
}
.menub{
	font-size: 12px;
	font-weight: bold;
	color: black;
   	text-decoration: none;
}
.menub:hover{
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

h1{
	font-size:18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#apDiv1 {
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
p{
	font-size:12px;
}
div{
	font-size:12px;
}


