html,body {
  color:#231f20;
  font-family:Verdana, Helvetica, sans-serif;
  font-size:12px;
}

ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

ul li {
  padding-left: 10px;
  background-image: url(../img/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

* {
  margin:0;
  padding:0;
}

a:link, a:visited, a:hover {
  color:#231f20;
  text-decoration: underline;
}

a:link.green, a:visited.green, a:hover.green {
  color: #62931c;
  text-decoration: underline;
}

a:link.white, a:visited.white, a:hover.white {
  color: #fefdea;
  text-decoration: underline;
}

a:link.image, a:visited.image, a:hover.image {
  border: none;
}

a:link.unstriped, a:visited.unstriped {
  text-decoration: none;
}

a:hover.unstriped {
  text-decoration: underline;
}

.image img {
  border: none;
}

hr.white {
  color: white;
  background-color: white;
  border: 0;
  height: 1px;
}

.content {
  line-height: 1.5em;
}

.content p {
  margin-bottom: 1em;
}

.width_709 {
  width: 709px;
}

.width_242 {
  width: 242px;
}