/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	margin:0 auto;
	height: 100%;
}
#noflash {
	font-size:12px;
	font-family:Tahoma, Arial;
	margin:0 auto;
	height: 100%;
	width:500px;
}
.txt {
	color: #666666;
	font-family:Tahoma, Arial;
	
}
.flash a{
	color: #FF6600;
	font-size: 12px;	
	font-weight: bold;
	text-decoration: none;
}

.flash a:hover{
	color: #FF9900;
	text-decoration: underline;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f6f6f6;
}