﻿.hide { display: none }

blockquote {
	font-family: sans-serif;
	font-style: italic;
 	color: #005A9C;
 	}
body { 
	margin: 2em 1em 2em 300px;
  	font-family: sans-serif;
  	color: black;
  	background: white;
  	background-position: top left;
  	background-attachment: fixed;
  	background-repeat: no-repeat;
	}
code { 
	font-family: monospace;  /* navigator 4 requires this */
	}
dd { 
	margin-top: 0;  /* opera 3.50 */
	margin-bottom: 0;  /* opera 3.50 */
	}
div.head { 
	margin-bottom: 1em 
	}
dt { 
	font-weight: bold;
	margin-top: 0;  /* opera 3.50 */
	margin-bottom: 0; /* opera 3.50 */
	}
h1 {
	font: 170% sans-serif;
	color: #005A9C;
	background-color: #eee;
	padding: 5px;
	text-align: left;
	}
div.head h1 { 
	margin-top: 2em; clear: both 
	}
h2 {
	font: 140% sans-serif;
	color: #005A9C;
	background-color: #eee;
	padding: 5px;
	text-align: left;
	}
h3 { 
	font: 120% sans-serif 
	}
h4 { 
	font: bold 100% sans-serif 
	}
h5 { 
	font: italic 100% sans-serif 
	}
h6 { 
	font: small-caps 100% sans-serif 
	}
div.head img { 
	color: white; border: none 
	} /* remove border from top image */
p.copyright { 
	font-size: small 
	}
p.copyright small { 
	font-size: small 
	}

pre { 
	margin-left: 2em 
	font-family: monospace; /* navigator 4 requires this */
	}
q {
	font-family: sans-serif;
	font-style: italic;
 	color: #005A9C;
 	}
div.head table { 
	margin-left: 2em; margin-top: 2em 
	}
td { 	
  	font-family: sans-serif; /* ns 4 */
	}
th { 	
  	font-family: sans-serif; /* ns 4 */
	}
/*ul.toc {
  	list-style: disc;  Mac NS has problem with 'none' 
  	list-style: none;
	}*/

/*
p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
*/

/* ================================================*/
@media screen {  /* hide from IE3 */

a:hover { 
	background: #ffa;
	} 
}


/* ================================================*/
@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}




