html {
	height: 100%;
	font-size: 100%;
	overflow:auto;
}
body {
	height: 100%;
	margin-top: 0pt;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 76%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color: #666;
	text-decoration: underline;
}
h2 {
	margin-top: 2em;
}
#flashcontent {
	overflow: hidden; z-index: 5;
	
}
#noflash {
	margin: 20px;
}
#hidden { overflow: hidden; visibility: hidden; z-index: 0; position: absolute; height: 1px; top: 0; bottom: 0; left: 0;}

