body {
    font-family: "Bitstream Vera Serif";
    font-size: 11pt;
    line-height: 13pt;
  }
  
h1, h2, h3, h4, h5, h6 {
    font-family: "Bitstream Vera Sans";
  }
  
h1 { font-size: 18pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 11pt; }
h5 { font-size: 10pt; }
	
* {
    visibility: hidden;
	height:0;
  }
  
  #content *, #btp, #btp span, #btp h1 span {
    visibility: visible;
	height:auto;
  }
  
#content { margin-top:2.5em; }
  
#printthis, #userinfo { display:none; }

table { width: 98%;}

td { border: 1px solid black; padding: 5px; margin: 5px; }

a, a:link, a:visited, a:hover { color: #000000; text-decoration: none; }
