    
 
 
   CAPTION.rentdisplay
  {
     background-color:#8080ff;
     color:white;
     border-style:solid;
     border-width:2px;
     border-color:black;
  }

  TABLE.rentdisplay
  { 
     font-family:arial;
     font-size:10pt;
     background-color:#808080;
     width:500px;
     border-style:solid;
     border-color:black;
     border-width:2px;
  }

  TH.rentdisplay
  {
     font-size:10pt;
     color:white;
  }


  TR.rentdisplay
  { 
  }

  TD.rentdisplay
  {  
     font-size:10pt;
	  font-weight: bold;
     background-color: #eee8aa;
     color:black;
     border-style:solid;
     border-width:1px;
     text-align:center;
  }
 
 13