@charset "UTF-8";
  /* CSS Document */
  
  body{
    margin:0px;
    font-size:9px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  }
  
  a{
    font-color:#000000;
    text-decoration:none;
  }

  table{
    border-color:#CDCDCD;
  }
  
  tr.title{
    background-color:#B9C98A;
    font-weight:bold;
    font-size:13px
  }

  tr.footer{
    background-color:#B9C98A;
  }

  tr.header{
    background-color:#DBE3C2;
    font-weight:bold;
    font-size:11px;
  }

  tr.even{
    background-color:#FEFEFE
  }

  tr.even:hover{
    background-color: #CCCC99;
  } 

  tr.odd{
    background-color:#F5FAE7;
  }

  tr.odd:hover{
    background-color: #CCCC99;
  } 
  
  .debug{
    font-family:"Courier New", Courier, monospace;
    font-size:11px;
    text-align:left;
  }
  
 
  #headbar { 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 15px; 
    background-color: #DBE3C2; 
  }
  #footbar { 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    width: 100%; 
    height: 15px; 
    background-color: #DBE3C2; 
  }
