/* CSS file */



* html
{
	height: 576px;
}

html {
	height: 100%;
	overflow: auto;
}
a
{
 	color: #333333; 
 	text-decoration: none; 
}
#flashContent
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}

#alternateContent 
{
	display: none;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	min-width: 960px;
	min-height: 576px;
}
h1{
	color: #000;
	font-size: 14px;
}
h2{
	color: #333333;
	font-size: 12px;
}
#noFlashImage
{
 	float: left;
	width:  100%;
	text-align: center; 
}


