body,p 
    {
     font-size:10pt;
     color:#000066;
     background-color:#FFFFFF;
     font-family:Verdana,Arial;
     margin:20px; 
     }

A   {
     font-size:10pt;
     font-weight:bold; 
     font-family:Arial,Helvetica;
     text-decoration: none;
     color:#CC3366;
     }

A:HOVER 
    {
     font-size:10pt;
     font-weight:bold; 
     font-family:Arial,Helvetica;
     text-decoration:underline;
     color:#FF0066;
     }
     
A.index:HOVER
    {
     font-size:10pt;
     font-weight:bold; 
     font-family:Verdana,Arial;
     text-decoration:none;
     color:#FFCC66;
     }
     
h1
    { 
     font-size:14pt;
     font-family:Verdana,Arial;
     font-weight:bold; 
     color:#000033; 
     background-color:#0099CC;
     background-image:url(vb_back.png);
     padding:20px;
     padding-left:150px;
     border-width:thin; 
     border-style:ridge;
     border-color:#99CCFF;
     width:98%;
     }

pre
    { 
     font-size:9pt;
     font-family:FixedSys,Courier;
     background-color:#EEEEEE;
     color:#333399; 
     border-width:thin; 
     border-style:ridge;
     border-color:#99CCFF;
     margin-left:20px;
     padding:5px; 
     white-space:pre;
     width:98%;
     }

h2 { 
     font-size:11pt; 
     font-family:Verdana,Arial;
     padding-left:12pt;
     color:#CC0000; 
     font-weight:bold;
     }
     
dl,dt,dd,ul,ol,li
    { 
     font-family:Verdana,Arial;
     font-size:10pt; 
     color:#006633; 
     margin-left:15px;
     }
     
.index
    { 
     font-family:Verdana,Arial;
     font-weight:bold; 
     font-size:10pt; 
     color:#FFFFFF; 
     }

table
    {
     margin-left:25px; 
     }

th
    { 
     font-family:Verdana,Arial;
     font-weight:bold; 
     font-size:10pt; 
     background-color:#0099CC;
     color:#FFFFFF;
     text-align:left;
     padding:5px; 
     }
     
td 
    { 
     font-family:Verdana,Arial;
     font-size:10pt; 
     background-color:#EEEEEE;
     color:#000066;
     padding:5px; 
     }
     
p.klein
    {
     font-size:8pt;
     }

p.tipp
    {
     font-size:9pt; 
     background-color:#EEEEEE;
     color:#000066;
     padding:15px; 
     }

table.vote
    {
     background-color:#000033;
     }

td.vote
    {
     font-size:8pt;
     background-color:#0099CC;
     color:#FFFFFF;
     padding:2px; 
     }
