
.w100{
	width:100% !important;
}

.w90{
	width:90% !important;
}

.w80{
	width:80% !important;
}

.w70{
	width:70% !important;
}


.w60{
	width:60% !important;
}

.w50{
	width:50% !important;
}

.w40{
	width:40% !important;
}


.w30{
	width:30% !important;
}

.w25{
	width:25% !important;
}

.w20{
	width:20% !important;
}

.w15{
	width:15% !important;
}

.w10 {
	width:10% !important;
}

.w5{
	width:5% !important;
}


.h100{
	height:100px !important;
}

.h150{
	height:150px !important;
}

.h200{
	height:200px !important;
}

.h250{
	height:250px !important;
}

.h300{
	height:300px !important;
}




.alignCenter{
	text-align:center !important;
}

.alignLeft{
	text-align:left !important;
}

.alignRight{
	text-align:right !important;
}


.floatLeft{
	float:left !important;
}

.floatRight{
	float:right !important;
}


.marginT-2{
	margin-top:-2px !important;
}
.marginT0{
	margin-Top:0 !important;
}

.marginT5{
	margin-top:5px !important;
}


.marginT10{
	margin-top:10px !important;
}



.marginT20{
	margin-top:20px !important;
}


.marginT30{
	margin-top:30px !important;
}



.marginT40{
	margin-top:40px !important;
}


.marginB0{
	margin-bottom:0 !important;
}

.marginB5{
	margin-bottom:5px !important;
}


.marginB10{
	margin-bottom:10px !important;
}

.marginB20{
	margin-bottom:20px !important;
}

.marginB30{
	margin-bottom:30px !important;
}

.marginL0{
	margin-left:0 !important;
}

.marginR0{
	margin-right:0 !important;
}

.marginLR10{
	margin-left:10px !important;
	margin-right:10px !important;
}


.marginLR20{
	margin-left:20px !important;
	margin-right:20px !important;
}

.marginLR30{
	margin-left:30px !important;
	margin-right:30px !important;
}


.alignCenter{
	text-align:center !important;
}


.alignRight{
	text-align:right !important;
}


.alignLeft{
	text-align:left !important;
}

.textStrong{
	font-weight:bold;
}

.text-xl{
	font-size:140% !important;
	line-height:1.5em;

}
.text-l{
	font-size:120% !important;
	line-height:1.5em;
}


.text-xs{
	font-size:85% !important;
	line-height:1.5em  !important;
}

.text-s{
	font-size:90% !important;
	line-height:1.5em  !important;
}


.nowrapTxt{
	white-space:nowrap !important;
}

.wrapTxt{
	white-space:normal !important;
}


.v-middle{
	vertical-align:middle;
}

