/* copied from www.w3.org
   $Id: base.css,v 1.18 2000/09/14 16:33:46 bbos Exp $
*/

body {
  margin: 1em 1em 2em 25px;
  font-family: Verdana, Arial, Palatino, Helvetica, sans-serif;  /* Eric Z. */
  color: black;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left }
h1, h2, h3 { color: #005A9C }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

.hide { display: none }

div.head { margin-bottom: 1em }
div.head h1 { margin-top: 2em; clear: both }
div.head table { margin-left: 2em; margin-top: 2em }
div.head img { color: white; border: none } /* remove border from top image */

p.copyright { font-size: small }
p.copyright small { font-size: small }

@media screen {  /* hide from IE3 */
a:hover { background: #ffa } 
}

pre { margin-left: 2em }
/*
p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
*/
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */

ul.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none;
}

@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 } 
}

/* Things (icons) that should only show up in projection mode */
.projection { display: none }
@media projection { .projection { display: inline } }


/* additions by Sandy Wood */
TD.nav {
  background: #ffffff;
  color: #000000;
  font-size: 80%;
  font-family : "Times New Roman", Times, serif;
}

TD.navsmall {
  background: #ffffff;
  color: #000000;
  font-size: 80%;
  font-family : "Times New Roman", Times, serif;
}

TD.textnav {
  background: #FFFF66;
  color: #ffffff;
  font-size: 80%;
  font-family : "Times New Roman", Times, serif;
}

TD.body {
  background: #ffffff;
  color: #000000;
  font-size: 80%;
  font-family : Verdana, Arial, Palatino, Helvetica, sans-serif;
}

TD.bodybeige
{
  background: #FFFFCC;
  color: #000000;
  font-size: 80%;
  font-family : Verdana, Arial, Palatino, Helvetica, sans-serif;
}

TD.bodymauve
{
  background: #CCCCFF;
  color: #000000;
  font-size: 80%;
  font-family : Verdana, Arial, Palatino, Helvetica, sans-serif;
}

TD.bodygray
{
  background: #CCFFFF;
  color: #000000;
  font-size: 80%;
  font-family : Verdana, Arial, Palatino, Helvetica, sans-serif;
}

TD.bodygreen
{
  background: #CCFFFF;
  color: #000000;
  font-size: 80%;
  font-family : Verdana, Arial, Palatino, Helvetica, sans-serif;
  letter-spacing : .029pc;
}

TD.bodyblack
{
  background: #000000;
  color: #ffffff;
  font-size: 80%;
  font-family : Verdana, Arial, Palatino, Helvetica, sans-serif;
}

TD.bodyblue
{
  background: #3E308A;
  color: #F3E26F;
  font-size: 80%;
  font-family : Verdana, Arial, Palatino, Helvetica, sans-serif;
  font-weight : bold;
}
	
P { font-family: Verdana, Arial, Palatino, Helvetica, sans-serif;  /* Eric Z. */

P.biggestbold {
  font : bolder italic 150% Verdana, Arial, Palatino, Helvetica, sans-serif;
}

P.bigbold {
  font : bold 110% Verdana, Arial, Palatino, Helvetica, sans-serif;
}

P.bold {
  font : bold 78% Verdana, Arial, Palatino, Helvetica, sans-serif;
}

P.medium {
  font : 90% Verdana, Arial, Palatino, Helvetica, sans-serif;
}

P.plain {
  font : 75% Verdana, Arial, Palatino, Helvetica, sans-serif;
}

P.plainitalic {
  font : italic 75% Verdana, Arial, Palatino, Helvetica, sans-serif;
}

P.plainitalicred {
  font : italic 75% Verdana, Arial, Palatino, Helvetica, sans-serif;
  color : Red;
}

P.small {
  font : 65% Verdana, Arial, Palatino, Helvetica, sans-serif;
  text-align : center;
}

span.c4 {font-size: 64%}
div.c3 {text-align: center}

span.menu {
  font-family : "Times New Roman", Times, serif;
  font-size : 80%;
}

span.body {
  font-family : 80%;
}

span.subhead {
  font : bold 110% Verdana, Arial, Palatino, Helvetica, sans-serif;
  text-align : center;
  color : Red;
  font-style : italic;
}

span.note {
  font : italic 65% Verdana, Arial, Palatino, Helvetica, sans-serif;
  color : Red;
}
	
span.credit {
  font : italic 65% Verdana, Arial, Palatino, Helvetica, sans-serif;
  color : Black;
}
	
span.sitemapsearch {
  font : normal 65% Verdana, Arial, Palatino, Helvetica, sans-serif;
  text-align : center;
  color : Red;
  font-style : italic;
}
