@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}

h1 {
	font-size: xx-large;
}

h2 {
	font-size: large;
}

h3 {
	font-size: medium;
}

h4 {
	font-size: small;
}

body {
	background-color: #FF0000;
}
#DivContainer {
	position:relative;
	width:780px;
	height:1000px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px outset #999999;
}
#apDivNavHolder {
	position:absolute;
	width:769px;
	height:35px;
	z-index:900;
	left: 5px;
	top: 166px;
}
