<STYLE type="text/css">
<!--
  .StyleSheetHiddenPlaceHolder { display: none; }

  body {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 12pt;
    margin: 5pt;
    background-color: #000000; /*black*/
    color: #99CCFF /* light blue */
    }

  H1, H2, H3, H4 {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    color: #99CCFF;
    }

  H1 {
    font-size: 20pt;
    line-height: 120%;
    }

  H2 {
    font-size: 18pt;
    }

  H3 {
    font-size: 16pt;
    }

  H4 {
    font-size: 12pt;
    color: #99CCFF;
    }


/*
   In Netscape v4 <table>, <th> and <td> don't seem to inherit
   anything from body. If they're concatenated onto the body tag
   everything else loses it's <body> inheritance. So, I'll have
   to concatenate all the base tags togther...
*/

  p, ul, ol, dl, dt, dd, li, address, blockquote, form {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 12pt;
    line-height: 120%;
    color: #99CCFF;
    }
  td, th {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 8pt;
    color: #99CCFF;
    }

  a { text-decoration: underline }
  a:link    { color: #CCCCCC }  /* grey */
  a:visited { color: #CCCCFF }  /* l violet*/
  a:hover   { color: #FFFFFF }  /* white */
  a:active  { color: #CCCCCC }  /* grey */

  .legalfooter {
    font-size: 8pt;
    margin-top: 0pt;
/*  margin-bottom: 10pt;*/
    }

  .quote {
    font-style: italic;
    text-align: center;
    }

  .tt {
    font-family: Courier
    font-size: 12pt;
    }

  blockquote {
    font-style: italic;
    }

  .address {
    font-style: italic;
    }

-->
</STYLE>