* {
  font-family: Helvetica, Arial, serif;
  font-size: 12px;
  line-height: 18px;
}
h1 {
  color: #5C671D;
  font-size: 14px;
  margin-bottom: 2px;
}
li {
}

.qoute {
  padding-left:4px;
  text-indent: -4px;
}
.red {
  color:#CC0000;
}
.footer {
  color:#666;
  font-size: 10px;
  line-height: 14px;
}
.footer a{
  color:#3366ff;
  font-size: 10px;
  text-transform: underline;
}

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

a.rightC, a.rightC:visited {
  color: #5C671D;
  text-decoration:none;
}
a.rightC:hover, a.rightC:visited:hover {
  color: #5C671D;
  text-decoration:underline;
}

a.nav, a.nav:visited {
  color: #5C671D;
  text-decoration:none;
  background: url(/images/carrot.gif) no-repeat top left;
  padding-left: 12px;
}
a.nav:hover, a.nav:visited:hover {
  color: #CC3300;
  text-decoration:underline;
  background: url(/images/carrot.gif) no-repeat top left;
  padding-left: 12px;
}

a.selNav, a.selNav:visited {
  color: #000000;
  text-decoration:underline;
  background: url(/images/carrotSel.gif) no-repeat top left;
  padding-left: 12px;
}
a.selNav:hover, a.selNav:visited:hover {
  color: #CC3300;
  text-decoration:underline;
  background: url(/images/carrotSel.gif) no-repeat top left;
  padding-left: 12px;
}

a.subNav, a.subNav:visited {
  color: #000000;
  text-decoration:none;
}
a.subNav:hover, a.subNav:visited:hover {
  color: #CC3300;
  text-decoration:underline;
}
