@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../bg.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #009999;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	color: #009999;
		text-decoration: none;
		font-size: 14px;
}
a:hover {
	color: #009999;
		text-decoration: none;
		font-size: 14px;
}
a:active {
	color: #009999;
		text-decoration: none;
		font-size: 14px;
}

#wrapp {
	position:fixed;
	position:absolute;
	width:100%;
	height:100%;
	top:20;
	left:0;
	display:none;
}



.menufla {
	height: 170px;
	width: 100%;
	z-index: 100;
}
.ifr {
	z-index: 0;
	height: 440px;
	width: 900px;
	top: 160px;
}

.legal {
	height: 28px;
	width: 100%;
	z-index: 10;
	top: 590px;
}
.menuflabg {
	width:100%;
	text-align:center;
	background-image:url(../menubg.png);
	background-repeat:repeat-x;
	z-index:100;
}
.legalbg {
	width:100%;
	text-align:center;
	background-image:url(../legal.png);
	background-repeat:repeat-x;
	z-index:100;
	position: absolute;
	top: 590px;
}
.png {
behavior: expression (
(this.runtimeStyle.behavior=”none”) && (this.pngSet ? this.pngSet = true : (
this.nodeName == “IMG” ? (
this.src.toLowerCase().indexOf(\’.png\’) > -1 ? (
this.runtimeStyle.backgroundImage = “none”,
this.runtimeStyle.filter = “progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\’” + this.src + “\’, sizingMethod=\’image\’)”,
this.src = “/images/common/transp.gif”
) : 0
) : (
this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace(\’url(”\’,\’\').replace(\’”)\’,\’\'),
this.runtimeStyle.filter = “progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\’” + this.origBg + “\’, sizingMethod=\’crop\’)”,
(this.currentStyle.backgroundRepeat != \’no-repeat\’) ? this.runtimeStyle.filter = “progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\’” + this.origBg + “\’, sizingMethod=\’scale\’)” : 0,
this.runtimeStyle.backgroundImage = “none”
), this.pngSet=true
)
)
);
}

