* {
  font-family: Helvetica, Arial, serif;
  font-size: 12px;
}
h1 {
  color: #5C671D;
  text-transform:capitalize;
  font-size: 16px;
}
h2 {
  color:#5C671D;
  font-weight:bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin:0px;
  padding:6px 0px;
}
pre {
  padding:0px;
  margin: 0px 0px 6px 0px;
}

a.pgLnk, a.pgLnk:visited {
  color: #5C671D;
  font-weight:bold;
}
a.pgLnk:hover, a.pgLnk:visited:hover {
  color: #CC3300;
  font-weight:bold;
}

a.nav, a.nav:visited {
  text-transform:uppercase;
  text-decoration:none;
  line-height:18px;
  font-size: 10px;
  background: url(/images/shared/blueArrow.gif) no-repeat;
  padding-left: 10px;
}
a.nav:hover, a.nav:visited:hover {
  text-decoration:underline;
}

a.selNav, a.selNav:visited {
  text-transform:uppercase;
  text-decoration:none;
  line-height:18px;
  font-size: 10px;
  background: url(/images/shared/blueArrow.gif) no-repeat;
  padding-left: 10px;
}
a.selNav:hover, a.selNav:visited:hover {
  text-decoration:underline;
}

a.jumpLnk, a.jumpLnk:visited {
  font-weight:bold;
}
a.jumpLnk:hover, a.jumpLnk:visited:hover {
  font-weight:bold;
}

