#content .lrg_rd_bold {
font-weight: bold;
color: #CC0000;
margin:0;
font-size: 14px;
}
#content .rdbld {
font-weight: bold;
color: #CC0000;
}
#content .small {
font-size: 10px;
}
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }