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

body {
	background-color: #FFFFFF;
	background-image: url(../img/bg_top.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	text-align: center;
}
#apCenter {
	position: relative;
	width: 1100px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	z-index: 1;
}
#apLogo {
	position: absolute;
	width:399px;
	height:117px;
	z-index:20000;
	left: 34px;
	top: 46px;
}
#apBody {
	position: absolute;
	width: 1100px;
	z-index:1;
	left: 0px;
	top: 100px;
	background-image: url(../img/bg_fill.jpg);
	background-repeat: no-repeat;
	visibility: visible;
}

h1 {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding: 0px;
	margin: 0px;	
}
h3 {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;	
}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.cCoal {
	color: #333333;
}
.fontThick {
	font-weight: bold;
}
.pLink {
	font-size: 11px;
	color: #990000;
}
p {
	margin-right: 15px;
	margin-top: 0px;
}
.fTextbox {
	background-color: #EEEEEE;
	border: 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#apSubMenu {
	position:absolute;
	width:369px;
	height:72px;
	z-index:4;
	left: 600px;
	top: 45px;
}
