html {
	height: 100%;
	font-size: 100%;
	overflow:auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000033;
	font-size: 12px;
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color: #666;
	text-decoration: underline;
}
h1 {
	color: #000033;
	font-size: 20px;
	line-height: 130%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
div#flashcontent {
 display:none;
}

div#noflash {
 display:none;
}
#hidden { overflow: hidden; visibility: visible; z-index: 5; position: center; width: 500px; top: 0; }

