@charset "ISO-8859-1";
html {
	overflow:auto;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:#FFFFFF;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
#flashContent {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	min-width:900px;
	min-height:757px;
	width:expression(document.body.clientWidth < 1024 ? "1024px": "100%" );
	height:expression(document.body.clientHeight < 768 ? "768px": "100%" );
}
body, p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}
a img{
	border:0;
	opacity: 1;
	text-decoration: none; border-bottom: 0px solid #3C9D43;
}
a:hover img{
	opacity: 0.65;
}