	@charset "UTF-8";
	
	/*..........divs...............*/
	
	#apDiv2 {
	position: fixed;
	left:0px;
	top:8px;
	width:200px;
	height:130px;
	z-index:4;
	}
	#apDiv3 {
		position: fixed;
		left:0px;
		top:138px;
		width:200px;
		height:10px;
		z-index:4;
		background-color: #000;
	}
	#apDiv5 {
	position:absolute;
	left:200px;
	top:158px;
	width:500px;
	height:500;
	z-index:1;
	padding-top: 10px;
	padding-left: 10px;
	}
	#apDiv8 {
	position: fixed;
	top:170px;
	width:180px;
	height:420px;
		z-index:7
		padding-left: 20px;
	padding-left: 20px;
	padding-top: 10px;
	}
	#apDiv11 {
	position:absolute;
	left:200px;
	top:138px;
	width:510px;
	height:10px;
	z-index:2;
	background-color: #000;
	
	
	
	/*..........fonts............*/
	
	
	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #FFF;
	width: 200px;
	}
	
	
	
	/*..........page links............*/
	
	
	
	a:visited {
	color: #000;
	}
	a:hover {
	color: #000;
	}
	a:link {
	color: #000;
	}
 
