a{text-decoration:none}
a:hover {color: #000000}

/* CRG Styles */
table.contact {
  width: 32em;
  margin-left: 3em;;
}
.contact tr {
  vertical-align: top;
}
.contact .value.required {
  background-color: rgb(255, 255, 102);
}
.contact td.error {
 color: red;
}
.contact td.error p {
  padding-left: 2em;
}
.contact td.submit {
  text-align: center;
}

div.copyright {
  font-size: .60em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
}
div.copyright p {
  text-align: center;
}
div.copyright p.owner {
  font-weight: bold;
  margin-bottom: 5px;
}
div.copyright p.host {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #FFF3C4;
}
div.copyright a {
  text-decoration:none;
}
div.copyright a:link,
div.copyright a:visited {
  color: #FFD500;
}
div.copyright a:hover {color: #ffffff}
