html 
{
	height: 100%;
	overflow: hidden;
	font-size: 11px;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
}

body, #wrapper
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: 0px;

	color: #666666;
}

img, a
{
	margin: 0px;	
	padding: 0px;
	border: 0px;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 18px;
}

h2.error
{
	color: #FF0000;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 12px;
	font-weight: bold;
}

#flashcontent
{
	position: absolute;
	overflow: hidden;
	z-index: -1;
	
	margin: 0px;	
	padding: 0px;
	border: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#lp
{
	display: block;
	position: absolute;
	border: none;
	margin: 0px;	
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
}

#flashalt
{
	position: absolute;
	width: 400px;
	top: 100px;
	left: 50px;
	z-index: -3;
}

#loadedPageFrame
{
	position: absolute;
	z-index: -2;
	
	border: 0px;
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}