BODY {
  background-color: #D3E7B2;
  font-family: arial, sans-serif;
  font-size: 12px;
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
  background-position: top left
}

TD {
  font-family: arial, sans-serif;
  font-size: 12px;
}

DIV.nav {
  color: #A36E49;
  margin: 20px 0px 0px 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

A:link, A:visited {
  color: #A36E49;
  text-decoration: underline;
}

A:hover {
  color: #5CA1BE;
  text-decoration: underline;
}

A.navlink:link, A.navlink:visited {
  color: #A36E49;
  text-decoration: none;
}

A.navlink:hover {
  color: #103359;
  text-decoration: none;
}

DIV.addy {
  color: #14375C;
  font-size: 12px;
  margin: 20px 0px 10px 12px;
}

DIV.content {
  margin: 20px;
}

DIV.header {
  font-size: 16px;
  font-weight: bold;
  color: #103359;
  margin-bottom: 10px;
  padding-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid #D3E7B2;
}

DIV.footer {
  color: #14375C;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
}

A.footerlink:link, A.footerlink:visited {
  color: #14375C;
  text-decoration: underline;
}

A.footerlink:hover {
  color: #14375C;
  text-decoration: underline;
}