/** HTML **/
html,body {
	height: 100%;
	background-color: #f2f2f4;
}

body {
	background-color: #f2f2f4;
	
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0pt auto;
	width: 100%;
	text-align:left;
	
}

#flashContent {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #f2f2f4;
	text-align: left;
	height: 500px;
}

#header {
	height: 94px;
	background: #f2f2f4 url(../img/header.jpg) no-repeat;
}

#footer {
	height: 27px;
	background: #f2f2f4 url(../img/footer.gif) no-repeat;
}

/** FLASH **/
.preloader {
	font-family: PreloaderFont;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}

.navTitle {
	font-family: CorporateAConReg;
	font-size: 27px;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.1;
}

.navButton {
	font-family: CorporateAConReg;
	font-size: 26px;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.0;
}

.findMore {
	font-family: CorpoSDemRegular;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.0;
}

.panelTitle {
	font-family: CorpoSDemRegular;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.0;
}

.panelTxt {
	font-family: CorpoSDemRegular;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.1;
	leading: 0;
}

.sectionTitle {
	font-family: CorporateAConReg;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.0;
}

.formClose {
	font-family: CorpoSDemRegular;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.0;
}

.hint {
	font-family: CorpoSDemRegular;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.0;
}

.hintBlack {
	font-family: CorpoSDemRegular;
	font-size: 11px;
	color: #000000;
	text-align: left;
	letter-spacing: 0.0;
}
.sup {
  font-size: 8px;
  top: -0.5em;
}

object {
	position: relative!important;
}