    <style>

      A:link
      {
        color:                         #2020C0;
        te t-decoration:               none;
      }

      A:visited
      {
        color:                         #A00000;
        te t-decoration:               none;
      }

      A:Hover
      {
        color:                         #0000FF;
        te t-decoration:               underline;
      }

      .TableNormalLeft
      {
        background-image:              url('nl.bmp');
        background-repeat:             repeat-y;
      }

      .TableNormalRight
      {
        background-image:              url('nr.bmp');
        background-repeat:             repeat-y;
      }

      .BottomTableLineCenter
      {
        background-image:              url('clb.bmp');
        background-repeat:             repeat- ;
      }

      .BottomTableLineLeft
      {
        background-image:              url('llc.bmp');
        background-repeat:             no-repeat;
      }

      .BottomTableLineRight
      {
        background-image:              url('lrc.bmp');
        background-repeat:             no-repeat;
      }

      .TableBody
      {
        font:                          Arial;
      }

      .TopTableLineCenter
      {
        background-image:              url('clt.bmp');
        background-repeat:             repeat- ;
      }

      .TopTableLineLeft
      {
        background-image:              url('ulc.bmp');
        background-repeat:             no-repeat;
      }

      .TopTableLineRight
      {
        background-image:              url('urc.bmp');
        background-repeat:             no-repeat;
      }

    </style>
