body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: arial;
  background-color: #45829F;
  color: #073f58;
  font-size: 12px;
}

.txtlnks {
  font-size: 11px;
  color: #0c3f5a;
  text-decoration: none;
}

.txtlnks a:link {
  font-size: 11px;
  color: #0c3f5a;
  text-decoration: none;
}

.txtlnks a:hover {
  font-size: 11px;
  color: #327494;
  text-decoration: none;
}

.txtlnks a:active {
  font-size: 11px;
  color: #327494;
  text-decoration: underline;
}

.txtlnks a:visited {
  font-size: 11px;
  color: #327494;
  text-decoration: none;
}

.navbg {
  background-color: #ffffff;
}

.textbg {
  background-color: #ffffff;
}

a:link {
  color: #073f58;
  text-decoration: underline;
}

a:hover {
  color: #327494;
  text-decoration: underline;
}

a:active {
  color: #5ea1be;
  text-decoration: underline;
}

a:visited {
  color: #327494;
  text-decoration: underline;
}

.address {
  font-size: 11px;
  color: #666666;
}

.heading {
  font-size: 16px;
  font-weight: bold;
}

.mailing {
  font-weight: bold;
}

.msg {
  font-size: 14px;
  font-weight: bold;
  color: #45829F;
}

.bold {
  font-weight: bold;
}

.subheading {
  font-size: 14px;
  color: #45829f;
  font-weight: bold;
}

.imgborder {
  border: thin solid #073f58;
}

li {
   line-height:20px;
}

.newsletterbox {
  background-color: #45829f;
  border: thin solid #073f58;
}

.newsletter {
  color: #ffffff;
  text-decoration: none;
}

.newsletter a:link {
  color: #ffffff;
  text-decoration: none;
}

.newsletter a:hover {
  color: #073f58;
  text-decoration: none;
}

.newsletter a:active {
  color: #073f58;
  text-decoration: underline;
}

.newsletter a:visited {
  color: #ffffff;
  text-decoration: underline;
}

.form {
  background-color: #45829f;
  border: thin solid #073f58;
  color: #ffffff;
}