  
  TABLE.FTABLE
  { 
     font-family:arial;
     width:90%;
     border-style:solid;
     border-color:#AAAAAA;
     border-width:2px;
     border-style: outset;
  }

  .js_caption
  {
     color:#888888;
     font-size:18pt;
     font-weight:bold;
     //border-style:outset;
     border-width:0px;
     //border-color:#AAAAAA;
     padding: 4 0;
  }

  
  .js_head
  {
     background-color:darkgray;
     font-size:12pt;
     text-align: left;
     color:black;
  }

  .js_head TH
  {
     background-color:#DDDDDD;
     border-width:1px;
     border-style: outset;
  }


  .js_body
  { 
     background-color:white;
     font-size:10pt;
     color:black;
     border-style:solid;
     border-width:1px;
     text-align:left;
  }

  .js_body TD.section
  {  
     background-color:#EEEEEE;
     color:#888888;
     font-size:12pt;
     font-weight:bold;
     font-style:italic;
     text-align:center;
  }

  .js_body TD
  {
    border-style: outset;
    border-width:1px;
  }

  .js_body TD.namecol
  {  
    font-weight:bold;
  }

  .js_body TD.descol
  {  
    
  }

  .js_body TD.typecol
  {  
    width:5%
  }