@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	margin-left: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Calibri;
	line-height:24px;
	color: #333;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
#apDiv1 {
	position:absolute;
	width:476px;
	height:455px;
	z-index:1;
	overflow: auto;
	padding-right: 10px;
}

