@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	padding: 0px;
}
a {
	font-weight: bold;
}	
a:link {
	color: #8E596C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8E596C;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}
#wrapper {
	width: 887px;
	margin-right: absolute;
	margin-left: absolute;
}
#wrapper #title {
}
#wrapper #content {
	border: 0px solid #000000;
	padding: 8px;
	min-height: 300px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
body {
	background-color: #e2dfc8;
}
#apDiv1 {
	position:absolute;
	left:90px;
	top:200px;
	width:400px;
	height:300px;
	z-index:1;
	overflow: auto;
}	
