/**
 *	CSS styles for main page
 */
/**
 *	CSS styles for history frame
 */
html{
	height: 100%;
	overflow: hidden;
}
body {
	overflow:hidden;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;	
	background-color: #000000;	
}
#flashcontent {
	height: 100%;
	border: none;
	margin: 0px;
}
#noflash {	
	width:380px;
	margin: 200px auto 0 auto;
	padding: 0px;
}

.noflashtxt {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#555555;
	}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	padding: 0px;
	margin:0 0 15px 0;
}
a, a:visited {
	text-decoration: none;
	color:#f9d282;
}
a:hover {
	text-decoration: underline;
	color:#f9d282;
}
img {
	border:0;
}