/*
 * Style sheet for the HTML 4.0 specification
 * $Id: mystyle.css, 2001/01/07 Vadim Livadonov $
 */
.textlink { text-decoration: none; color: #6b238e; }
A { color: #39d939; text-decoration: none;}
A:hover { text-decoration: underline; color: #a9d919; }
.ar9 { font-size: 9pt; font-family: Arial; font-weight: 500;}
.rat {font-size: 9pt; color: #2f4f4f; font-family: MS Sans Serif;} 
.new {font-size: 10pt; color: #6b238e; font-family: MS Sans Serif;}
.top {font-size: 9pt; color: #660000; font-family: MS Sans Serif;}
.over {
            margin: 0em 10em;
            border: solid thin;
            padding: 1em;
            background: green; 
          }
.under {
            margin: 0em 11em;
            border: solid thin;
            padding: 1em;
            background: blue;
          }
.midd {
            margin: 0em 12em;
            border: solid thin;
            padding: 1em;
            background: red; 
          }
.fnt {
         font-family: Verdana;
         font-weight: bolder;
         font-size: 8pt;
         color:  red;
      }
h1 {
         font-family: Arial;
         font-style: oblique;
         font-weight: bolder;
         font-size: 11pt;
         color: goldenrod;
      }
.fnt1 {
            margin: 0em 1em;
            border: solid thin;
            padding: 0em;
            background: #a8a8a8; 
          }
.fnt2 {
            margin: 0em 1em;
            border: solid thin;
            padding: 0em;
            background: #cdcdcd; 
          }
.fnt3 {
            margin: 0em 4em;
            border: solid thin;
            padding: 0em;
            background: #996600; 
          }
.sfnt {
           font-size: 10 pt;
          }
