body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	color: #000000;
	background-color:#ffffff;
	 overflow:auto;
}

div#noFlashContainer table {
	font-size:1em;
}

div#noFlashContainer a {
	color: #FFFFFF;
	text-decoration: none;
}

div#noFlashContainer a:visited {
}

div#noFlashContainer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}