a            
   { 
     font-size: 10pt; 
     font-weight: bold; 
     font-family: Verdana,Arial; 
     color: red; 
   }
a:hover      
   { 
     color: blue; 
     font-size: 10pt; 
     font-family: Verdana,Arial; 
     font-weight: bold;
   }


body
  { 
   background-image: url('images/webbackground.gif');
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   font-size: 10pt;
   font-family: Verdana, Arial, Helvetica;
  }
  
table
  {
    table-layout: auto-fixed;
    table-border: 0;
  }
  
.#table1
  {
    background-image: url('images/top_bkgnd_2.gif'); 
    background-repeat: no-repeat;
   }

.topback
  {
     background-image: url('images/top_bkgnd_3.gif');
     background-repeat: no-repeat;
  }

.rightback
  {
     background-image: url('images/right_bkgnd.gif');
  }

.middleback
   {
     background-image: url('images/middle_bkgnd_2.gif');
   }

.leftback
   {
     background-image: url('images/left_bkgnd.gif');
   }
     
.bottomback
   {
     background-image: url('images/bottom_bar.gif');
   }   
     
.button
   {
     background-image: url('images/background_2.gif');
   }
     
.style0
  {
     font-weight:normal;
     font-style:normal;
     font-size:24pt;
     text-decoration:normal;
   }

.style1
  {
     font-family:Verdana;
     font-size:10pt;
     text-decoration:normal;
  }

.style2
  {
    font-weight: bold;
    font-size:14pt;
    text-align:left;
    margin-left:0px;
    text-indent:2px;
  }
  
.style3
  {
    font-family:Verdana;
    font-weight:bold;
    font-size:12pt;
    color:#ff0000;
  }
  
.style4
  {
     font-family:Verdana;
     font-weight:bold;
     font-style:normal;
     font-size:10pt;
  }

.style5
  {
    font-family:Verdana;
    font-size:10pt;
    color:#ff0000;
  }