@charset "utf-8";
.indexStyle {
	font-size: 18px;
	font-variant: small-caps;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#apDiv1 {
	position:absolute;
	left:341px;
	top:99px;
	width:350px;
	height:165px;
	z-index:1;
	background-image: url(images/indexsquare.png);
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	text-align: center;
}
.centerTable {
	font-size: 16px;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bolder;
}

body {
	background-color: #000000;
	vertical-align: middle;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
