body {
	background: #000000;
	margin: 0;
	color: #ffffff;
	font: x-small Arial Serif;
	font-size: small;
	text-align: center;
}
a:link {
	color: #5588aa;
	text-decoration: none;
}
a:visited {
	color: #5588aa;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a img {
	border-width: 0;
}

#flashGroup {
	position: relative;
	border: 0px solid black;
}
#mainFlash {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}
#ul_corner {
	position: relative;
	z-index: 4;
	width: 40px;
	height: 40px;
	top: -500px;
	left: -280px;
}
#ur_corner {
	position: relative;
	z-index: 4;
	width: 40px;
	height: 40px;
	top: -540px;
	left: 280px;
}
#ll_corner {
	position: relative;
	z-index: 4;
	width: 40px;
	height: 40px;
	top: -120px;
	left: -280px;
}
#lr_corner {
	position: relative;
	z-index: 4;
	width: 40px;
	height: 40px;
	top: -160px;
	left: 280px;
}

#footerLinks {
	position: relative;
	z-index: 8;
	top: -140px;
}

.footerLink {
	font-size: 10pt;
	font-family: arial;
}

#copyright {
	position: relative;
	font-size: 75%;
	z-index: 8;
	top: 300px;
	color: #5588aa;
}