@charset "utf-8";
.footerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #993333;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 17px;
	font-variant: small-caps;
	color: #ffcc66;
	font-weight: bold;
}

#homeApDivLogo {
	position:absolute;
	z-index:10;
}
#homeApDivText {
	position:absolute;
	z-index:12;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#homeApDivFooter {
	position:absolute;
	z-index:6;
}
#homeApDivBackground
 {
	position:absolute;
	z-index:4;
}
#homeApDivTempGuide {
	position:absolute;
	z-index:2;
}
body {
	background-color: #000000;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
