      BODY { font-family: georgia, 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:10pt;
      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;
      }

      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;
         
      }
      caption.side {
        border-style: solid;
        border-width: 1px;        /* sets border width on all sides */
        border-color: black;
       background-color: ccffcc;  
      }


       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 }
       H1              { font-color: CC0000; font-weight: bold}

input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   width:140;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;}




<!--
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; }
-->
