@charset "ISO-8859-1";
.navtable .navbutton a:active {
	color: #FFFF00;
}
H1 {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  clear: both; 
}

DT, .heading, H2, H3, H4, H5, H6 {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
}
.navtable {
  background-color: #CCCC99;
}

.navbutton {
  background-color: #006666; 
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 80%;
  font-variant: small-caps;
  letter-spacing: 2px; 
  color: white;
  border-top-color: #339999;
  border-left-color: #339999;
  border-right-color: black;
  border-bottom-color: black;
  border-width: thin;
  border-style: outset;
}

/* additional selector of .content to resolve a problem in Netscape 4 */
.navbutton A:link, .content .navbutton A:link {
  text-decoration: none;
  color: white;
}

.navbutton A:visited  { color: #ccc; text-decoration: none }
.navtable .navbutton a:hover {
	color: #000000;
}

.navhere {
  background-color: #CCDDDD; 
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px; 
  color: white;
  border-bottom-color: #99CCCC;
  border-right-color: #99CCCC;
  border-left-color: #EEFFFFF;
  border-top-color: #EEFFFF;
  border-width: thin;
  border-style: inset;
}

.navhere A:link {
  text-decoration: none;
  color: #333333;
}

.navhere A:visited {
  text-decoration: none;
  color: #333333;
}

/* Add some color to the horizontal rules */

HR {
  color: #006666;
}

.info {
  border: 5px solid #CCDDDD;
  padding: 3px;
  }
