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

body {
	background:#3C3F3E;
	padding:0;
	margin:0;
}

p {
    color:#cccccc;
	font-family:tahoma;
	font-size: 12px;
}

.footer {
	font-size: 9px;
	font-family:tahoma;
	color:#cccccc;
}

.whboldsm {
	font-size: 9px;
	font-family:tahoma;
	font-weight:bold;
	color:#ffffff;
}


.boldheader {
	font-size: 12px;
	font-weight:bold;
}
a {
	color:#cccccc;
	text-decoration:none
}

a.a_whbold {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}


a:hover {
	text-decoration:underline;
}
ul {
	font-size: 10px;
	color:#cccccc;
	list-style: square;		
}


#apDiv1 {
	position:relative;
	width:486px;
	height:515px;
	z-index:1;
	left: 0px;
	top: 0px;
}


#apDiv2 {
	position:absolute;
	width:466px;
	height:464px;
	z-index:2;
	left: 2px;
	top: 1px;
}
