@charset "utf-8";
html {
	height: 100%;
	overflow: auto;
}	
#flashcontent {
		height: 100%;
}

a:visited {
	text-decoration: none;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #666666;
	font: Arial;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
	color:#666666;
	font-family:sans-serif;
}
.viewer {
	height: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #333333;
	text-align: center;
	width: 100%;
}
.menu {
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
	font-size: 12px;
}
.top {
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #999999;
}
.bottom {
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	color: #999999;
}
