
  ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
  FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME, 
  NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
  DIR, /* HR */, MENU, PRE {
    display: block;
    line-height: 1.33em;
    }

  A:link {
    color: #111199;
    }

  A:visited {
    color: #52184C;
    }

  BODY {
    color: black;
    font-family: Arial, sans-serif;
    background-color: #FEFEFE;
    margin-top: 0.25cm;
    margin-left: 0.25cm;
    margin-right: 0.25cm;
    }

  /* Set the Font again, because of Netscape bug
     returning the font to the browser default
     after a table.
  */
  ADDRESS, BLOCKQUOTE, DD, DIV, DL, DT, FORM, 
  OL, P, UL, DIR, MENU {
    font-family: Arial, sans-serif;
    }

  H1, H2, H3, H4, H5, H6 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #333399;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
    float: none;
    clear: none;
    vertical-align: baseline;
    }

  H1 {
    font-size: 18pt;
    }

  H2, H3 {
    margin-left: -5%;
    }

  H2 {
    font-size: 14pt;
    border-color: #333399;

    /* The border-width sets thin top and bottom,
       and none for left and right in Netscape.   */
    border-width: thin none;

    /* The explicit border left, right, top and 
       bottom, set the top and bootom and no
       left and right in IE.                      */
    border-left: none;
    border-right: none;
    border-top: thin solid;
    border-bottom: thin solid;
    }

  H3 {
    font-size: 12pt;
    }

  H4 {
    font-size: 10pt;
    }

  HR {
    padding-top: 6pt;
    }

  PRE {
    font-family: Courier, monospace;
    }

  UL LI {
    list-style: disc
    }

  DIV.doc-content {
    padding-left: 5%;
    padding-right: 5%;
    width: auto;
    }
    
