*
{
	border: 0;
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
	overflow: hidden;
}

body
{
	background-color: #0093D6;
	height: 100%;
}

#flashcontent
{
	width: 100%;
	height: 100%;
	/*position:absolute;
	z-index: 2;
	border-style: solid;
	border-color: #F00;*/
}

#noflash
{
	background: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px;
}

#noflash img
{
	/*border:1px solid rgb(255, 255, 255);*/
}

#noflash ul {
	margin-bottom:20px;
	list-style: none;
}

#noflash hr {
	height:1px;
	border:0;
	border-bottom:1px solid #ccc;
	margin-bottom: 20px;
}

#htmlcontent
{
	display:none;
	position: absolute;
	z-index: 20;
	width: 702px;
	height: 480px;
	left: 50%;
	margin-left: -379px;
	top: 60px;
	background-color:#FFFFFF;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
