/* hide from ie on mac \*/	
html {		
	height: 100%;			
	overflow: hidden;	
}

#flashcontent {		
	height: 100%;	width: 100%;	
}
/* end hide */	

body {	
	cursor: default;	
	height: 100%;
	margin: 0;		
	padding: 0;		
	background-color: #FFFFFF;	
	color: #000000;
	font-family: tahoma;
	font-size: 10px;
		}
div.textsmall{
	font-size: 1px;
	color: #FFFFFF;
	position: absolute; 
	top: -50%; 
	margin: 0 auto; 	
	margin-top: -260px; 
}

a{
	color: #000000;
	text-decoration: none;
}
a.visited{
	color: #000000;
}
