html, body { margin: 0; padding: 0; width: 100%; height: 100%;}
body { min-height: 100%; height: auto !important; height: 100%; position: relative; background: url(../images/bgBody.png);}
body, form, input, textarea, select, h1, h2, ul, ol, li{
	margin: 0px;
	padding: 0px;
	color: #fff;
	list-style-position:inside;
	font: 12px/1.3 Sans, Arial, Helvetica, sans-serif;
}
h1{font-size:20px;}
a {text-decoration:underline; color:#ffb109; cursor:pointer;}
a:hover {text-decoration:none;}
a img{ border:0 none;}
.rt{text-align: right;	vertical-align: top;}
.ct{text-align: center;	vertical-align: top;}
.fl{float: left;}
.fr{float: right;}
.cl{clear:both;	height: 0px; font-size: 0px; line-height: 0px;}
.ovh{overflow:hidden;}
p{margin: 0px;	padding: 0px 0px 10px 0px;}
.post{ display: table; _height: 0; zoom: 1;}
.line{ border-top: solid 2px #E3E3E3; padding-bottom:10px; margin-top:10px;}
.auto{margin:auto;}

#wrapp{background: url(../images/bgWrap.jpg) 0 0 repeat-x;}
#wrappBg{background: url(../images/bgWrapBg.jpg) 50% 0 no-repeat; min-height:768px;}
	#head{padding-top:150px; font-size:18px;}
	#content{padding-top:500px;}
	#foot{}

.pdt{ padding-top:15px;}
.pd10{ padding:10px;}

.bdr{border: 1px solid #D0D0D0;}
.mrr{margin: 0px 15px 0px 0px;}
.mrl{margin: 0px 0px 0px 15px;}

.t1 {color: #ffb109; font-size:30px; text-transform:uppercase; font-weight:bold;}
.t2 {color: #000000;}

.rad{
	border-radius: 0px 10px 10px 0px;
	behavior:url(PIE.htc);
}
.opacity{
		background:rgb(0,0,0);
		background:rgba(0,0,0,0.6);
		-pie-background:rgba(0,0,0,0.6);
		behavior:url(PIE.htc);
}
.gradient {
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#000));
	background: -webkit-linear-gradient(#fff, #000);
	background: -moz-linear-gradient(#fff, #000);
	background: -ms-linear-gradient(#fff, #000);
	background: -o-linear-gradient(#fff, #000);
	background: linear-gradient(#fff, #000);
	-pie-background: linear-gradient(#fff, #000);
	behavior:url(PIE.htc);
}

select, input[type='text'], input[type='password'], textarea, .inp{ border:solid 1px #9A9A9A; padding:2px; font-size:11px; color:#000; background:#fff; margin:3px 0;}
.i1{ width:170px;}
.i2{ width:50px;}
.tex{ height:150px; overflow:auto; width:99%;}
.button{ background:#fff; color:#000; text-decoration:none; border:none; padding:3px 8px; font-weight:bold; }