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

body {
	background-color:#000000;
}
.style1 {
	color: #CC9966;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 72px;
}
.style2 {color: #FF9900}

.style3 {
	font-size: small
}
.style4 {color: #FF9900; font-size: small; }


#header {
	width:auto;
	height:105px;
	z-index:9;
	background-color:#000000;
	border-bottom-color:#999999;
	border-bottom-style:solid;
}

#apDiv2 {
	width:auto;
	height:1300px;
	z-index:9;
}

#bottomLinks {
	position:relative;
	width:auto;
	height:115px;
	z-index:0;
	left: 0px;
	background-color:#000000;
	
	border-right-color:#000000;
}

#pageCon {
	position:relative;
	width:1099px;
	height:866px;
	z-index:1;
	left: -1px;
}

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
