

.div1px{
	height: 1px;
	width: auto;
	clear: both;
}
.div5px{
	height: 5px;
	width: auto;
	clear: both;
}
.div10px{
	height: 10px;
	width: auto;
	clear: both;
}
.div15px{
	height: 15px;
	width: auto;
	clear: both;
}
.div20px{
	height: 20px;
	width: auto;
	clear: both;
}
.div25px{
	height: 25px;
	width: auto;
	clear: both;
}
.div30px{
	height: 30px;
	width: auto;
	clear: both;
}
.div35px{
	height: 35px;
	width: auto;
	clear: both;
}
.div42px{
	height: 42px;
	width: auto;
	clear: both;
}
.div50px{
	height: 50px;
	width: auto;
	clear: both;
}
.div60px{
	height: 60px;
	width: auto;
	clear: both;
}

.noPt{
	padding-top: 0 !important;
}
.pt50{
	padding-top: 50px !important;
}
.pt55{
	padding-top: 55px !important;
}
.pt60{
	padding-top: 60px !important;
}
.pt65{
	padding-top: 65px !important;
}
.pt70{
	padding-top: 70px !important;
}
.pt75{
	padding-top: 75px !important;
}
.pt80{
	padding-top: 80px !important;
}
.pt105{
	padding-top: 105px !important;
}
.ml2{
	margin-left: 2% !important;
}
.ml5{
	margin-left: 5% !important;
}
.ml10{
	margin-left: 10% !important;
}
.ml15{
	margin-left: 15% !important;
}

.w0{
	width: 0 !important;
}
.w5{
	width: 5% !important;
}
.w10{
	width: 10% !important;
}
.w15{
	width: 15% !important;
}
.w20{
	width: 20% !important;
}
.w25{
	width: 25% !important;
}
.w27{
	width: 27% !important;
}
.w30{
	width: 30% !important;
}
.w35{
	width: 35% !important;
}
.w40{
	width: 40% !important;
}
.w45{
	width: 45% !important;
}
.w50{
	width: 50% !important;
}
.w55{
	width: 55% !important;
}
.w60{
	width: 60% !important;
}
.w65{
	width: 65% !important;
}
.w70{
	width: 70% !important;
}
.w75{
	width: 75% !important;
}
.w80{
	width: 80% !important;
}
.w85{
	width: 85% !important;
}
.w90{
	width: 90% !important;
}
.w95{
	width: 95% !important;
}
.w100{
	width: 100% !important;
}
.wA{
	width: auto;
}
.h100{
	height: 100% !important;
}
.hA{
	height:auto !important;
}
.taL{
	text-align: left;
}
.taC{
	text-align: center;
}
.taR{
	text-align: right;
}

.posAbs{
	position: absolute;
}

.z10{
	z-index: 10;
}


body{
	margin: 0;
	padding: 0;

	background: #FFF;
	border-collapse: collapse;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000;
	/*overflow-x: hidden;*/
	position: relative;
}


input {
	outline: none;
}


.mainContainer{
	width: 100%;
	height: auto;

	text-align: center;
	position: relative;
}
