 body{
      font: 10pt,Veranda,sans-serif;
      color: navy;
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
   }
 table{
      font: 10pt,Veranda,sans-serif;
      color: navy;
   }
   
   dt
   {
	font-weight:bold;
   }
   
   .trigger{
      cursor: pointer;
      cursor: hand;
      display: block;
   }
   .leaf{
      cursor: pointer;
      cursor: hand;
   }
   .branch{
      display: none;
      margin-left: 16px;
   }
   a{
      text-decoration: none;
   }
   a:hover{
      text-decoration: underline;
   }
   #header{
      position:absolute;
      top:0;
      left: 0;
      height: 50;
      font-family: sans-serif;
      color: navy;
      border-top: none;
      border-bottom: none;
      border-left:none;
      border-right:none;
   }
   #outline{
      border-right:1px blue solid;
      border-top: none;
      border-bottom: none;
      border-left:none;
      position: absolute;
      top:80;
      left:0;
      width: 180;
   }
   #content{
      position:absolute;
      top:80;
      left: 190;
      border-top: none;
      border-bottom: none;
      border-left:none;
      border-right:none;
      padding-right:10px;
   }
   #adblock{
      position:absolute;
      top:10;
      width: 125;
      left:1530;
      text-align:center;
      border-top: none;
      border-bottom: none;
      border-left:none;
      border-right:none;
   }
   #footer{
      position:relative;
      height: 20;
      font: 6pt,Veranda,sans-serif;
      color: navy;
      border-top: none;
      border-bottom: none;
      border-left:none;
      border-right:none;
   }
   
