html 
{
	height: 100%;
	overflow: auto;
}
#flashcontent 
{
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;
}
body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	overflow:hidden;
}
body,td,th 
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:link 
{
	text-decoration: none;
	color: #FFFFFF;
}
a:visited 
{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover 
{
	text-decoration: underline;
	color: #FFFFFF;
}
a:active 
{
	text-decoration: none;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.whiteFont 
{
color: #FFFFFF;
}