html, body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
a:link, a:active, a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
#containerSWF {
	background-color: #FFFFFF;
	padding: 0px;
	height: 550px;
	width: 960px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -275px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -480px;
}
#alert {
	height: 100px;
	width: 400px;
	margin-top: -50px;
	margin-left: -200px;
	position: absolute;
	left: 50%;
	top: 50%;
}
