/* @charset "UTF-8"; */
/* CSS Document */
html {
	overflow: scroll;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 1;
}

.flash {
	width: 100%;
	height: 900px;
}

.GetFlash {
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	z-index: 2;
}

.GetFlash a {
	color: #0066FF;
	text-decoration: none;
}

.GetFlash a:link {
	color: #0066FF;
	text-decoration: none;
}

.GetFlash a:visited {
	color: #0066FF;
	text-decoration: none;
}

.GetFlash a:hover {
	color: #ffffff;
	text-decoration: underline;
}