/* CSS Document */

/* General */

body {
	background-color: #000000;
}

/* Links */

a:link {
	color: #CCCCCC;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}

#centerContent {
	width: 1000px;
	height:565px;
	position: absolute;
	top: 50%;
	margin-top: -280px;
	left: 50%;
	margin-left: -500px;
}

.flashcontent{
	width:1000px;
	height:565px;
	margin-left:auto; margin-right:auto;
	border: 1px solid #FFFFFF;
}


/* Text */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.whtBold12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.gryNorm12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}
.style4 {color: #FFFFFF}
-->
</style>