      BODY { font-face: georgia, sans-serif }
      ul { 
        background: white; 
        margin: 12px 12px 12px 12px;
        padding: 3px 3px 3px 3px;
                                     /* No borders set */
      }
      .boldtable, .boldtable TD, .boldtable TH
      {
      font-family:georgia;
      font-size:11pt;
      color:black;
      background: white;
      }
      .blat
      {
      font-family: georgia;
      font-size:12pt;
      font-weight: bold;
      color: cc0000;
      background: white;
      }
      .top
      {
      font-family: georgia;
      font-size:18pt;
      font-weight: bold;
      color: 0000cc;
      background: white;
      }
      .intro
      {
      font-family:georgia;
      font-size:13pt;
      color:black;
      background: white;
      margin-left: 10pt; margin-right: 10pt; margin-bottom: 5pt; margin-top: 10pt;
      }

caption { 
        color: black;                /* text color is black */ 
        background: white;            /* Content, padding will be gray */
        margin: 5px 5px 5px 5px;
        padding: 5px 5px 5px 5px; /* Note 0px padding right */
       
                                     /* No borders set */
      }
      caption.withborder {
        border-style: solid;
        border-width: 1px;        /* sets border width on all sides */
        border-color: black;
         
      }

       SMALL { font-size: .83em }
       BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
       H2              { font-size: 1.5em; margin: .83em 0 }
       H3              { font-size: 1.17em; margin: .83em 0 }
       H4              { font-size: 1em; margin: 1em 0 }



<!--
a:link {color: #0000ff; text-decoration: none; }
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: #0000ff; text-decoration: none; }
a:hover {color: #ff0000; text-decoration: underline; }
-->
