/*
  Site Colors:
  214263 Dark Blue
  368ece Light Blue
  547338 Dark Green
  a3b44f Light Green
  60521e Brown
  f9d414 Gold
  f8f5d0 Beige
  ffffff White
*/
a {
  text-decoration:none;
  color: #547338;
  cursor: hand
}
a img {
  border: none;
  cursor: auto
}
a:active {
  color: #f9d414;
  cursor: hand
}
a:hover	{
  color: #a3b44f;
  cursor: hand
}
body {
  background: #f8f5d0;
  margin: 0px;padding:0px;
}
body, td, div {
  font-size: 8pt;
  font-family: "Verdana", "Arial", "Helvetica", "Sans-Serif";
  color: #214263;
}
p {
  margin-top: 8px;
}
.bnormal {
  font-size: 10pt;
}
.bbold {
  font-size: 10pt;
  font-weight: bold;
}
.bmenu {
  font-size: 10pt;
  font-weight: bold;
  line-height: 1.5
}
.timecell {
  margin: 0px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid #214263;
  border-bottom: 1px solid #214263;
  background-color: #368ece;
  color: white;
}
