html,body
{
	width: 100%;
	height: 100%;
	margin: 0px;
}

#flashBody
{
	background-color: #FFFFFF;
	color: #000000;
	font: 0.7em/1.2em Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#flashBody .flashPage
{
	width: 100%;
	min-width: 740px;
    width: expression(document.body.clientWidth < 750 ? "740px": "100%" );

	height: 100%;
	min-height: 550px;
    height: expression(document.body.clientHeight < 560 ? "550px": "100%" );

	margin: 0px 0px 0px 0px;
}

.seo
{
	display: none;
}

.standardtext
{
	font : 14px/100% "Times New Roman", Times, serif;
	color : #666666;
}

.standardheadline
{
	font : 14px/100% "Times New Roman", Times, serif;
	font-weight: bold;
	color : #000000;
}

.standardlink
{
	font : 14px/120% "Times New Roman", Times, serif;
	color: #FF0045;
}

.standardlink:link
{
	text-decoration: none;
}

.standardlink:visited
{
	text-decoration: none;
}

.standardlink:hover
{
	text-decoration: underline;
}

.standardlink:active
{
	text-decoration: underline;
}
