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


#flashcontent {
	height: 100%;
}


body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url();
}


.border {
	border: thin solid #000000;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.text a:link {
	text-decoration: none;
	color: #CC0000;
}

.text a:visited {
	text-decoration: none;
	color: #CC0000;
}

.text a:hover {
	text-decoration: none;
	color: #666666;
}

.text a:active {
	text-decoration: none;
	color: #CC0000;
}


.red-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;