/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */
	

/* Generic format elements*/
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}
	
/*Text styles*/
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;	text-decoration: none;
	font-style: normal;
	}
	
/*No-Flash (redirect.php) style*/
#block {
	z-index: 2;
	position: absolute;
	left: 210px;
	top: 176px;
	width: 250px;	
	height: 110px;
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration: none;
	font-style: normal;}
	
a:link {
	color: #2A9BEB;
	text-decoration: none;
	}

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

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

a:active {	color: #333333;
	text-decoration: none;
	}
	
#image {
	z-index: 1;
	position: absolute;
	left: 75px;
	top: 100px;
	width: 120px;
	height: 120px;
	background-color: #FFFFFF;
	padding: 0px;
	}