.w30  { width: 30px;  }
.w35  { width: 35px;  }
.w45  { width: 45px;  }
.w70  { width: 70px;  }
.w75  { width: 75px;  }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w200 { width: 200px; }
.w230 { width: 230px; }
.w250 { width: 250px; }
.w280 { width: 280px; }
.w320 { width: 320px; }
.w340 { width: 340px; }
.w450 { width: 450px; }
.w530 { width: 530px; }
.w570 { width: 570px; }
.w99per { width: 99%; }

.bold { font-weight: bold; }

.left     { text-align: left;       }
.center   { text-align: center;     }
.right    { text-align: right;      }
.justify  { text-align: justify;    }
.top      { vertical-align: top;    }
.middle   { vertical-align: middle; }
.bottom   { vertical-align: bottom; }
.fixed		{ table-layout: fixed; 						  }
.collapse	{ border-collapse: collapse; 				  }
.normal 	{ font-weight: normal!important;			  }
.italic 	{ font-style: italic; 						  }
.underline 	{ text-decoration: underline; 				  }
.small      { font-size: small;                           }
.texttop 	{ vertical-align: text-top!important; 		  }
.textbottom { vertical-align: text-bottom!important; 	  }
.rightfloat { float: right;                               }
.nowrap		{ white-space: nowrap;                        }
.block      { display: block;                             }
.inline     { display: inline;                            }

.leftfloat { float: left; }
.clear    { clear: all; }

.rcl {	clear: right; }

