@charset "utf-8";
html {
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #000000;
	text-decoration: underline;
}

#hiddenContent{
	position: absolute;
	top: -200px;
	left: 0px;
	overflow:auto;
	height: 200px;
	width: 400px;
	z-index:1;
}
#noShow {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:2;
}
#flashHeader {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	z-index:3;
}
#contentFrame {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 100%;
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#FFFFFF;
	z-index:4;
}

