/*Global Style Site Wide*/

.clear {clear: both;}

.fl {float: left;}
.fr {float: right;}

.textLeft {text-align: left;}
.textRight {text-align: right;}
.textCenter {text-align: center;}
.textJustify {text-align: justify;}

.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {border-bottom: 1px solid;}
.highlight {background: #ffc;}
.imgLeft {float: left; margin: 4px 10px 4px 0;}
.imgRight {float: right; margin: 4px 0 4px 10px;}
.noPadding {padding: 0;}
.noIndent {margin-left: 0; padding-left: 0;}
.noBullet {list-style: none; list-style-image: none;}