@media all {
  body {
    background-color: white;
    color: black;
    font-family: "Times New Roman", Times, serif;
    font-size: medium;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    white-space: normal;
  }
  #pageheader { clear: both; margin-bottom: 2em; width: auto; left: 6px; right: 6px; height: 72px; border-width: 0px; text-align: center; padding: 6px; }
  .validation { float: left; width: 13%; min-width: 96px; text-align: center; }
  #ttzlogobox { float: left; text-align: center; width: 73%; min-width: 479px; }
  #pagebody { clear: both; width: 100%; }
  code { font-family: "Courier New", Courier, monospace; font-size: 0.85em; font-weight: lighter; }
  p { font-size: 1em; }
  h1, h2, h3, h4, h5 { font-weight: Bold; }
  h1 { font-size: 1.9em; text-align: Center; }
  h2 { font-size: 1.3em; }
  h3 { font-size: 1.15em; }
  h4 { font-size: 0.85em; }
  h5 { font-size: 0.7em; }
  h6 { font-size: 0.5em; }
  a {
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    background-color: white;
  }
  a:visited { color: #9933CC; background-color: white; }
  p.smallnotice { font-size: 0.6em; }
  
  div.table {display: table; width: 100%; border-width: 0px; padding: 0px; margin: 0px;}
  div.row {display: table-row; width: 100%; border-width: 0px; padding: 0px; margin: 0px;}
  div.cell {display:table-cell;float:left;}
  div#treemenucell {clear:left;}
  div#bodycell {clear:right;}
  #ttzlogo { 
	width: 471px;
	height: 68px; 
	border-width: 0px; 
	margin: 2px; 
	vertical-align: middle;
	color: black;
	background-color: white;
  }
}

@media print
{
  p.menu, div#pageheader, div#treemenucell {display: none;}
  p.smallnotice { font-size: 0.8em; }
}

@media aural 
{
   h1, h2, h3,
   h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90; }
   h1 { pitch: x-low; pitch-range: 90; }
   h2 { pitch: x-low; pitch-range: 80; }
   h3 { pitch: low; pitch-range: 70; }
   h4 { pitch: medium; pitch-range: 60; }
   h5 { pitch: medium; pitch-range: 50; }
   h6 { pitch: medium; pitch-range: 40; }
   code { 
     voice-family: harry, male; 
     pitch: medium; 
	 pitch-range: 0; 
	 stress: 0; 
	 richness: 80; 
     speak-punctuation: code;
	 speak-numeral: digits;
	 speech-rate: slow;
   }
   a:link { voice-family: harry, male; }
   a:visited { voice-family: betty, female; }
   a:active { voice-family: betty, female; pitch-range: 80; pitch: x-high; }
   a:hover { play-during: url("/sounds/hover.wav"); }
}
