/* Text in bold and black in color
----------------------------------------- */
  .boldBlackText {
    font-weight:bold;
    color:#000;
    }



/* Text in bold and red in color
----------------------------------------- */
  .boldRedText {
    font-weight:bold;
    color:#f00;
    }



/* Text in bold and blue in color
----------------------------------------- */
  .boldBlueText {
    font-weight:bold;
    color:#00f;
    }



/* Bold text
----------------------------------------- */
  .bold {
    font-weight:bold;
    }



/* Italic text
----------------------------------------- */
  .italic {
    font-style:italic;
    }



/* Fieldset
----------------------------------------- */
  fieldset {
    border:none;
    margin:0;
    }



/* Legend
----------------------------------------- */
  legend {
    font-size:16px;
    font-weight:bold;
    }
