body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
}
#flashcontent {
	position:absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 800px; 
	width:expression(document.body.clientWidth < 800? "800px": "auto" );
	min-height:600px;
	height:expression(document.body.clientHeight < 600? "600px": "600" );
}
.text   {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif, Georgia;
	font-size: 11px;
	line-height: 14px;
	color: #A6A8AB;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
a:hover     {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif, Georgia; 
	font-size: 11px;
	line-height: 14px; 
	color: white;
	text-decoration: underline; 
	font-weight: normal;
}
a   {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif, Georgia;
	font-size: 11px;
	line-height: 14px; 
	color: #A6A8AB;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;	
}
.title   {
	font-size: 24px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif, Georgia;
	color: white;
	font-style: normal;
	line-height: 26px;
	text-decoration: none;
	font-weight: normal;
}

