/* BASIC FORMATTING */
.bold 		{ font-weight: bold; }

/* ALIGNMENT */
.clear 		{ clear: both; }
.f_right 	{ float: right; }
.f_left 	{ float: left; }

/* PERCENTAGE WIDTHS */
.w10pc 		{ width: 8%; }
.w20pc 		{ width: 18%; }
.w30pc 		{ width: 28%; }
.w40pc 		{ width: 38%; }
.w50pc 		{ width: 48%; }
.w60pc 		{ width: 58%; }
.w70pc 		{ width: 68%; }
.w80pc 		{ width: 78%; }
.w90pc 		{ width: 88%; }
.w100pc		{ width: 98%; }

/* EXACT HEIGHTS */
.h100px 	{ height: 100px; }
.h200px 	{ height: 200px; }
.h300px 	{ height: 300px; }
.h400px 	{ height: 400px; }

