.no_marg
     {
      margin:0px;
     }

/*NORMAL*/
.normal
     {
      font-size: 12pt;
     }

/*SMALL*/
.small
     {
      font-size: 10pt;
     }

/*XSMALL*/
.xsmall
     {
      font-size: 8pt;
     }

/*BIG*/
.big
     {
      font-size: 14pt;
     }

/*XBIG*/
.xbig
     {
      font-size: 18pt;
     }

/*XXBIG*/
.xxbig
     {
      font-size: 20pt;
     }

