TABLE     {
           font-family : Verdana;
           font-size : 9pt;
           text-decoration : none;
           font-weight : roman;
           color : Black;
          }

font.blue   {
           font-family : Verdana;
           font-size : 12pt;
           text-decoration : none;
           font-weight : roman;
           color : #0275be;
          }

font.little {
           font-family : Verdana;
           font-size : 10pt;
           text-decoration : none;
           font-weight : roman;
           color : #0275be;
          }

font.small {
           font-family : Verdana;
           font-size : 9pt;
           text-decoration : none;
           font-weight : roman;
           color : #0275be;
          }

td,p,li   {
           font-family : Verdana;
           font-size : 9pt;
           text-decoration : none;
           font-weight : roman;
           color : Black;
          }
A         {
           font-family : Verdana;
           font-size : 8pt
           color : Blue;
           text-decoration : none;
           font: roman;
          }

A:LINK    {
           font-family : Verdana
           font-size : 8pt;
           color : Blue;
           text-decoration : none;
           font-weight : roman;
          }

A:VISITED {
           font-family : Verdana;
           font-size : 8pt;
           color : Blue;
           text-decoration : none;
           font-weight : roman;
          }

A:ACTIVE  {
           font-family : Verdana;
           font-size : 8pt;
           color : Blue;
           text-decoration : none;
           font-weight : roman;
          }

A:HOVER   {
           font-family : Verdana;
           font-size : 8pt;
           color : Black;
           text-decoration : underline;
           font-weight : bold;
          }