td, tr, th {
  color: #FFFFFF;
  font-family: verdana;
  font-size: 12px;
}

a {
  color: #FFFFFF;
  text-decoration: underline;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

a.green {
  color: #00703c;
  text-decoration: underline;
}

a.green:hover {
  color: #00703c;
  text-decoration: none;
}

.body {
  background-image: url('images/bkgd.jpg'); 
  background-repeat: no-repeat; 
  background-color: 000000; 
  margin-top: 0px; 
  margin-bottom: 20px;
}

div.footer {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 10px;
  text-align: center;
}

a.footer {
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: underline;
}

a.footer:hover {
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none;
}

H1 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

HR {
  height:1px;
  width:85%;
  color:#FFFFFF;
  text-align: center;
  border-style: solid;
}

li.menu {
  list-style-image: url(/images/menu-circle.gif);
  padding: 5px 0px 5px 0px;
  font-weight: bold;
  text-transform: uppercase;
}

ul.menu-green {
  margin-top: 0px;
}

li.menu-green {
  list-style-image: url(/images/menu-circle-green.gif);
  padding: 5px 0px 5px 0px;
  font-weight: bold;
}

a.menu-green {
  color: #00703c;
}

a.menu-green:hover {
  color: #00703c;
}

.text {
  padding: 10px 10px 10px 10px;
  background-color: #383737;
}

.title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.hd {
	display: none;
}
