body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #FFFFFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

a {
	color: #ff0033;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


#flash {
	width: 100%;
	height: 100%;
	min-width: 800px;
	min-height: 600px;
	padding:0px;
}

#noflash {
	background-color:#fff;
	position: absolute;
	height: 200px;
	width: 310px;
	margin: -100px 0px 0px -200px;
	top: 50%;
	left: 50%;
	text-align: justify;
	padding: 20px;
	overflow: none;
}