body {
	padding:0px;
	margin:0px;
	background-color:#000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	height:100%;
}

#flashcontent{
	text-align:center;
}

#flashObjectText{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#ffffff;
	padding:25px;
	border:16px solid #ffffff;
	background-color:#666;
}

#flashObjectText a:link, #flashObjectText a:visited{
	color:#fefefe;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #0066FF;
	background-color:#000000;
}

#flashObjectText a:hover{
	color:#0066FF;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #fefefe;
	background-color:#000000;
}