.clear { clear: both; height:0px; }
.clear_5 { clear: both; height: 5px; }
.clear_10 { clear: both; height: 10px; }
.clear_15 { clear: both; height: 15px; }
.clear_20 { clear: both; height: 20px; }
.clear_25 { clear: both; height: 25px; }
.clear_30 { clear: both; height: 30px; }
.clear_35 { clear: both; height: 35px; }
.clear_40 { clear: both; height: 40px; }
.clear_45 { clear: both; height: 45px; }
.clear_50 { clear: both; height: 50px; }
.clear_55 { clear: both; height: 55px; }
.clear_60 { clear: both; height: 60px; }
.clear_65 { clear: both; height: 65px; }
.clear_70 { clear: both; height: 70px; }
.paddingB5{padding-bottom:5px;}
.paddingB7{padding-bottom:7px;}
.paddingB10{padding-bottom:10px;}
.paddingB15{padding-bottom:15px;}
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0px !important; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.hidden { display:none;}