html
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
* {
    -moz-outline-style: none;     
    outline-style: none;
    outline-width: 0px;
    outline-color: -moz-use-text-color;
}
#flashContent {
    height: 100%;
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	min-height: 590px;
	min-width: 960px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#noFlash {
	width: 500px;
	margin: 20px auto 0px auto;
	background-color: #FFF;
	color: #000;
}
#info {
	width: 505px;
	height: 380px;
	margin: 0px auto 0px auto;
	overflow: scroll;
}
h1, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
a:link{
	color:#FFF;
	text-decoration:none;
}
 a:active{
	color:#FFF;
	text-decoration:none;
}
a:visited{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#FFF;
	text-decoration:none;
}
ul{
	color:#FFF;
	text-decoration:none;
}

