html {
height: 100%;
overflow: auto;
}

body {
height: 100%;
margin: 0px;
padding: 0px;
}

#flashcontent {
	height: 100%;
}

.javawarning {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#000000;
}	
a.javawarning:link {text-decoration:none; color: #0295B9}
a.javawarning:visited {text-decoration:none; color: #0295B9}
a.javawarning:hover {text-decoration:underline; color: #0295B9}
a.javawarning:active {text-decoration:underline; color: #0295B9}