html, body { background-color:white; }

h1,h2,h3,h4,p,ul,dl,dt,dd,ol,li,div,td,th,address,blockquote,nobr,b,i,body {
font-family:Arial,Helvetica,Geneva,sans-serif;}

pre,tt	{ font-family:Courier,Courier New; font-size:100%; line-height:1.3em; }
pre { background-color:#cccccc; font-size:80%; padding:0.5em; }

h1 { font-size:165%; margin-bottom:0.3em; }
h2 { font-size:120%; margin-bottom:0.3em; }
h3 { font-size:115%; margin-top:2.6em; margin-bottom:0.0em; }
h4 { font-size:100%; font-weight:bold; margin-top:0.0em; margin-bottom:0.0em;}

p, body { font-size:100%; line-height:1.3em; }
dt { font-weight: bold; }

.rbanner { color:navy; background-color: #ddeeff; padding:0.2em 0.2em; }

.banner { background-color:#DDEEFF; color:navy; padding:0.2em 0.2em;}


a:link {
   color: blue;
}

a:visited {
   color: purple;
}

a:active {
   color: red;
}

a:hover {
   color: blue;
   background-color: yellow;
}

.center, #logo {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0.3em;
}

/* ****************** Style for banner ************** */
div.banner {
   border: none;
   margin-left: 1px;
   margin-right: 1px;
   padding: 0.1em 0.3em;
   text-align: center;
   font-weight: bold;
}

div.banner a:link, div.banner a:visited, div.banner {
   background: #037;
   color: #fff;
   text-decoration: none;
}

div.banner a:active {
   background: #ffc;
   color: #900;
}

div.banner a:hover {
   background: #fff;
   color: #037;
}

/* ***************** Style for navigation bar ************** */

/* td.navbar ul { margin-top: -10px; } removed for NS */

td.navbar {
   background: #fea;
   color: #000;
}

input {
   font-size: 83%;
   font-family: Geneva, Arial, sans-serif;
}

/* next three rules for acronyms in Mac IE 4.01 and 4.5 */

td.navbar a:link {
   background: #fea;
   color: #037;
}

td.navbar a:visited {
   background: #fea;
   color: #551a8b;
}

td.navbar a:active {
   background: #ffc;
   color: #900;
   text-decoration: none;
}

/* next three rules for most browsers */

a.navlink:link {
   background: #fea;
   color: #037;
}

a.navlink:visited {
   background: #fea;
   color: #551a8b;
}

a.navlink:active {
   background: #ffc;
   color: #900;
   text-decoration: none;
}

/* ****************** Style for footer  ************** */

p.footer {
   margin: 0 0.5em;
   font-size: small;
   text-align: center;
}

/* ****************** Style for printing  ************** */

@media print {
   h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   .navbar       { background-color: #fff; color: #000; border-color: #000; 
border-width: 1px; }
   a.navlink, a.bannerLink     { font-weight: normal }
}

/* ****************** Style for speech  ************** */

@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 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
