/* png fix */

* html img, * html .png {

 azimuth: expression( 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/spacer.gif") :

 '') :

 (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ? (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.runtimeStyle.backgroundImage = "none") :

 '' ), this.pngSet=true );

}

html {

	height: 100%;

	width: 100%;

}

body {

	height: 100%;

	width: 100%;

	background-color: #11213a;

	background-image: url(../images/bg.gif);

	background-repeat: repeat-x;

	background-position: left top;

	margin: 0px;

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 11px;

	color: #333;

}

a {

	color: #fe6e00;

	text-decoration: none;

}

a:hover {

	color: #333;

	text-decoration: none;

}

.mainContainer {

	position:absolute;

	width: 100%;

	height: auto;

	z-index:10;

}

.flashContainer {

	position:absolute;

	width: 100%;

	height: auto;

	z-index:1;

}

.hMenu {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 11px;

	color: #ffdfb5;

}

.hMenu a {

	color: #ffdfb5;

	text-decoration: none;

}

.hMenu a:hover {

	color: #ffdfb5;

	text-decoration: underline;

}

.hMenuon {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 11px;

	color: #ffb555;

	background-color: #CB4500;

}

.hMenuon a {

	color: #ffb555;

	text-decoration: none;

}

.hMenuon a:hover {

	color: #ffb555;

	text-decoration: underline;

}

.footer {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 11px;

	color: #FFFFFF;

	background:url(../images/footer2.gif) repeat-x;

	padding: 10px;

}

.footer a {

	color: #FFFFFF;

	text-decoration: none;

}

.footer a:hover {

	color: #FFFFFF;

	text-decoration: underline;

}

.small1 {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 10px;

	color: #ffdfb5;

}

.box1bgtop {

	background:url(../images/grayBg2.gif) repeat-x left top;

	background-color:#FFF;

	padding: 20px;

	padding-top: 10px;

	line-height: 18px;

}
.box2bgtop {
	background:url(../images/cen.gif) repeat-x left top;
	background-color:#e6e6e6;
	padding: 20px;
	padding-top: 10px;
	line-height: 18px;

}

.box1bg {

	background:url(../images/grayBg.gif) repeat-x left top;

	background-color:#FFF;

	padding: 20px;

	line-height: 18px;

}

.loginBg {

	background:url(../images/loginBg.gif) repeat-x left top;

	background-color:#e84c04;

	padding-left: 10px;

	padding-right: 10px;

	color:#FFF;

	line-height: 18px;

}

.field1 {

	width: 140px;

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 11px;

	color:#ffdfb5;

	background-color: #f6900f;

	background-image: url(../images/fieldBg.gif);

	background-repeat: repeat-x;

	background-position: left top;

	padding: 4px;

	border-width: 1px;

	border-style: solid;

	border-top-color: #cd2c02;

	border-right-color: #ed6808;

	border-bottom-color: #faad16;

	border-left-color: #d73d03;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;



}

.field1x {

	width: 140px;

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 11px;

	color:#000000;

	background-color: #f6900f;

	background-image: url(../images/fieldBg.gif);

	background-repeat: repeat-x;

	background-position: left top;

	padding: 4px;

	border-width: 1px;

	border-style: solid;

	border-top-color: #cd2c02;

	border-right-color: #ed6808;

	border-bottom-color: #faad16;

	border-left-color: #d73d03;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;



}


.button {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 11px;

	color:#ffdfb5;

	background-color: #e95005;

	background-image: url(../images/buttonBg.gif);

	background-repeat: repeat-x;

	background-position: left top;

	padding: 4px;

	border-width: 1px;

	border-style: solid;

	border-bottom-color: #cd2c02;

	border-left-color: #ed6808;

	border-top-color: #faad16;

	border-right-color: #d73d03;

	text-decoration: none;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

}

.button:hover {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 11px;

	color:#ffdfb5;

	background-color: #f6900f;

	background-image: url(../images/fieldBg.gif);

	background-repeat: repeat-x;

	background-position: left top;

	padding: 4px;

	border-width: 1px;

	border-style: solid;

	border-top-color: #cd2c02;

	border-right-color: #ed6808;

	border-bottom-color: #faad16;

	border-left-color: #d73d03;

	text-decoration: none;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

}



.loginBg a {

	color:#FFF;

}

.login2 {

	color:#ffb555;

	line-height:normal;

}

.loginLink {

	font-size: 10px;

	color:#ffb555;

	text-decoration: none;

}

.loginLink2 {

	color:#ffb555;

	text-decoration: none;

}



.submenuL {

	color:#FFFFFF;

	text-decoration: none;

	display: block;

	padding-left: 20px;

	padding-right: 20px;

	padding-top: 5px;

	padding-bottom: 5px;

}

.submenuL:hover {

	color:#ffb555;

	background-color: #e74904;

	text-decoration: none;

	display: block;

	padding-left: 20px;

	padding-right: 20px;

	padding-top: 5px;

	padding-bottom: 5px;

}

.submenuLon {

	color:#ffb555;

	background-color: #e74904;

	text-decoration: none;

	display: block;

	padding-left: 20px;

	padding-right: 20px;

	padding-top: 5px;

	padding-bottom: 5px;

}

.submenuLon:hover {

	color:#FFFFFF;

	text-decoration: none;

	display: block;

	padding-left: 20px;

	padding-right: 20px;

	padding-top: 5px;

	padding-bottom: 5px;

}



.head1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 17px;

	color: #fe6e00;

	font-weight: bold;

}

.head2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #FFFFFF;

	font-weight: bold;

}

.head3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #fe6e00;

	font-weight: bold;

}

.contGray {

	color: #999999;

	line-height: 18px;

}

.qLink {

	color: #999999;

	text-decoration: none;

	background-image: url(../images/bullet1.gif);

	background-repeat: no-repeat;

	background-position: left 5px;

	padding-left: 16px;

	display: block;

}

.qLink:hover {

	color: #fe6e00;

	text-decoration: none;

	background-image: url(../images/bullet1.gif);

	background-repeat: no-repeat;

	background-position: left 5px;

	padding-left: 16px;

	display: block;

}

.clearer {

overflow:hidden;

margin:0 0 -1px 0;

height:1px;

clear:both;

}

.galclass {


clear:both;

}


