html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background-color: #CBCCCE;	
	background-image: url(images/bg/mainBg_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
}
.greyTxt{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#flashBody {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	text-align: left;
	position: relative;
	z-index: 10;	/*border: 2px solid #000000;*/
}

* html #flashBody {
  height: 100%
}


#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #273D60;
	position: relative;
	height: 20px;
	top: -25px;
	z-index: 100;
	clip: rect(auto,auto,20px,auto);
	left: -55px;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #273D60;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 3px;
	padding-top: 15px;
	padding-left: 5px;
	margin: 0px 0px 15px;
}
.linksPage a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.linksPage a:hover{
	color: #999999;
}.horLine {
	border-bottom: 1px solid #333333;
	margin: 0px 0px 15px;
	padding: 0px;
	line-height: 0px;
	border-top: 1px solid #999999;
}
#html_content {
	width:450px;
	margin: 0px auto;
	font-size: 12px;	
}h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
}
