  body{
    margin: 0;
    padding: 45px 0 35px 0;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: white;
    background-color: black;
  }
  table.small{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: white;
    background-color: black;
  }
  td.tiny{
    font-size: 10px;
    color: #f0f0f0;
    vertical-align: bottom;
  }
  p{
    font-family: Verdana, sans-serif;
    font-size: 11px;
    text-align: justify;
  }
  .biocopy{
    font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }
  .errorcopy{
    color: crimson;
  }
  .bodycopy{  
    font-family: Verdana, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    line-height: 13px; 
    font-weight: normal; 
    color: white;
  }
  .listcopy{  
    font-family: Verdana, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    line-height: 18px; 
    font-weight: normal; 
    color: white;
  }
  .listheader{
    font-size: 12px;
    font-weight: bold;
    color: #ffcc99;
  }
  div#header{
    position: absolute;
    top: 0;
    left: 0;  
    width: 100%;
    height: 45px;
    background-color: #336666;
  }
  div#footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    padding: 6px 0 0 0;
    background-image: url(images/black2grey_v.png);
    color: black;
  }
  @media screen{
    body>div#header{
      position:fixed;
    }
    body>div#footer{
     position:fixed;
    }
  }
  * html body{
    overflow:hidden;
  } 
  * html div#vcontent{
    height:100%;
    overflow:auto;
  }
  A:link{
    text-decoration: none;
    font-weight: bold;
    color: white;
  }
  A:visited{
    text-decoration: none;
    font-weight: bold;
    color: white;
  }
  A:active{
    text-decoration: none;
    font-weight: bold;
  }
  A:hover{
    text-decoration: none;
    font-weight: bold;
    color: #ffcc99;
  }
  .blk A:link{
    text-decoration: none;
    font-weight: bold;
    color: #333333;
  }
  .blk A:visited{
    text-decoration: none;
    font-weight: bold;
    color: #333333;
  }
  .blk A:active{
    text-decoration: none;
    font-weight: bold;
    color: #333333;
  }
  .blk A:hover{
    text-decoration: none;
    font-weight: bold;
    color: #ffcc99;
  }
  
  .navi A:link{
    text-decoration: none;   
    color: #eeeeee;  
    font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0pt;
  }
  .navi A:visited{
    text-decoration: none;   
    color: #eeeeee;  
    font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0pt;
  }
  .navi A:active{
    text-decoration: none;   
    color: #eeeeee;  
    font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0pt;
  }
  .navi A:hover{
    text-decoration: none;   
    color: #ffcc99;  
    font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0pt;
  }
  td#selected{
    background-color: #50a09e;
  }
  h1{
    font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
    font-size: 30px;
    letter-spacing: 5px;
    color: #ffcc99;  
  }
  h2{
    font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
    font-size: 20px;
    color: white;  
    font-weight: 500;
  }
  h3{
    font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffcc99; 
    margin-bottom: 2px;
    padding-bottom: 0px; 
  }
  h4{
    font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: white;  
    color: #ffcc99; 
    margin: 0 0 0 0;
    padding: 0 0 0 0; 
  }
  h5{
    font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: white;  
  }
  table.bio{
    border: 0px;
    padding: 5px 10px;
  }