
.w10pc { width: 10%; }
.w15pc { width: 15%; }
.w20pc { width: 20%; }
.w25pc { width: 25%; }
.w30pc { width: 30%; }
.w33pc { width: 33%; }
.w35pc { width: 35%; }
.w40pc { width: 40%; }
.w45pc { width: 45%; }
.w50pc { width: 50%; }
.w55pc { width: 55%; }
.w60pc { width: 60%; }
.w65pc { width: 65%; }
.w67pc { width: 67%; }
.w70pc { width: 70%; }
.w75pc { width: 75%; }
.w80pc { width: 80%; }
.w85pc { width: 85%; }
.w90pc { width: 90%; }
.w95pc { width: 95%; }
.w98pc { width: 98%; }
.w100pc { width: 100%; }

.wAuto { width: auto; }

.autoMargins {
	margin-left: auto;
	margin-right: auto;
}

.mTop1em { margin-top: 1em; }
.mTop2em { margin-top: 2em; }
.mBottom1em { margin-bottom: 1em; }
.mBottom2em { margin-bottom: 2em; }

