<html>
<style type="text/css">
<!-- /* $WEFT -- Created by: Terry on 05-02-02 -- */ 
  @font-face {
    font-family: MyFont;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/Verdana.eot); }

  @font-face {
    font-family: MyFontBold;
    font-style: normal;
    font-weight: bold;
    src: url(fonts/VerdanaBold.eot); }

  @font-face {
    font-family: MyFontItalic;
    font-style: italic;
    font-weight: normal;
    src: url(fonts/VerdanaItalic.eot); }

  @font-face {
    font-family: MyFontBoldItalic;
    font-style: italic;
    font-weight: bold;
    src: url(fonts/VerdanaBoldItalic.eot); }
-->

body
  {
    font-family: Verdana;
    font-size: 10pt;
    color: black;
    background-color: white
    background-image: url(images/back.gif);

  }
h1
  {
    font-family: Verdana;
    font-style: bold;
    color: navy;
  }
h2
  {
    font-family: Verdana;
    font-style: bold;
    color: navy;
  }
h3
  {
    font-family: Verdana;
    font-style: bold;
    color: navy;
  }
h4
  {
    font-family: Verdana;
    font-style: bold;
    color: navy;
  }
h5
  {
    font-family: Verdana;
    font-style: bold;
    color: navy;
  }
a:link
  {
    color: blue;
  }
a:active
  {
    color: green;
  }
a:visited
  {
    color: navy;
  }
td
  {
    font-family: Verdana;
    font-size: 10pt;
  }
p
  {
    font-family: Verdana;
    font-size: 10pt;
  }
em
  {
    color: navy;
    font-style: normal;
    font-weight: bold;
  }
li
  {
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
  }
small
  {
    font-family: Verdana;
    font-style: normal;
    font-size: 8pt;
  }
dl
  {
    font-family: Verdana;
    font-style: normal;
    font-size: 10pt;
  }
q
  {
    font-family: Verdana;
    font-style: italic;
    font-size: 10pt;
  }
</style>
</html>
