/* CSS Document */

<style type="text/css">
html {
	height: 100%;
	overflow: hidden;
	}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #F7F7F0;
	margin-top: 0px;
	}
a:link, a:visited {
	text-decoration:none;
	color: #CCCCCC;
	}

a:hover {
	color:#999999;
	text-decoration: underline;
	}
#flashcontent {
	height: 100%;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
</style>