html {
		height: 100%;
		overflow: hidden;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #75b9dc;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	
#flashcontent {
	height: 100%;
	z-index: 1;
	top: 20px;
	
	}
body {
		height: 100%;
		margin:0;
		padding: 0;
		background-color: #436372;
	}
.topbartext {
	height: 10px;
	vertical-align: middle;
}
#topbar {
	z-index: 2;
	height: 16px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #5b859b;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#botbar {
	z-index: 3;
	height: 10px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #5b859b;
	position: relative;
}
#flashcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
