html {
	height: 100%;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	overflow: auto;
}
a:link, a:visited {
	color: #777;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline; 
	color: #555;
}
a:active { 
	text-decoration: underline; 
	color: #222; 
}

.noflash { 
	color: #777; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small; }

#swf_shell {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}