body {
    background-color: black;
    font-weight: normal;
    font-size:   medium;
    line-height: 12pt;
    color:       white;
}

h1 { font-family: 'bauhaus lt bt', verdana, arial, sans-serif;
     font-weight: normal;
     font-size:   large;
     line-height: 15pt;
}

h1.title { font-family: 'bauhaus lt bt', verdana, arial, sans-serif;
           font-weight: normal;
           font-size:   large;
           color:       #cc0000;
           line-height: 15pt;
}

h2 { font-family: 'bauhaus lt bt', verdana, arial, sans-serif;
     font-weight: bold;
     font-size:   large;
     line-height: 12pt;}

p  { color: white;
     background-color: black;}

p.center  { text-align: center;}

p.err { color: red;
        font-family: 'bauhaus lt bt', verdana, arial, sans-serif;
        font-weight: bold;}

img {
   border: none;
}

p.description { color: lightgray;
                font-family: 'bauhaus lt bt', verdana, arial, sans-serif;
                font-weight: bold;}

a         {text-decoration: none;}
a:link    { color:       #cc0000;
            font-family: 'bauhaus lt bt', verdana, arial, sans-serif;
            background-color: black;}
a:visited { color:       #cc0000;
            font-family: 'bauhaus lt bt', verdana, arial, sans-serif;
            background-color: black;}
a:active  { color: #cc0000;
            font-family: 'bauhaus lt bt', verdana, arial, sans-serif;
            background-color: black;}

table.center { margin-left:auto;
               margin-right:auto; }

table.rightalligned { margin-right: 0; }

table.leftalligned  { margin-left:0; }

td.splitter  {
                 background-color: white;
                 height: 1px;
             }

form.center { margin-left:auto;
               margin-right:auto; }

th { font-size:   12pt;
     font-family: 'bauhaus lt bt', verdana, arial, sans-serif;
     line-height: 12pt;
     text-align:  center;
     color:       white;
     background-color: black; }

div.center {
           line-height: 22pt;
           text-align: center;
         }

div.footnote { font-size:   9pt;
               line-height: 12pt;
               text-align:  center;
               color: gray;
               background-color: black; }

div.statistics { font-size:   9pt;
                 line-height: 12pt;
                 text-align:  left;
                 color: gray;
                 background-color: black; }

