html {
	height: 100%;
	font-size: 100%;
	overflow:auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10PX;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color:#CC0000;
	text-decoration: underline;
}
h2 {
	margin-top: 2em;
}
#flashcontent {
	overflow: hidden;
}
#noflash {
	margin: 20px;
	text-align:center;
}
