a {
  color: #115E8D;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  a:active {
    color: #b50000;
    text-decoration: none; }

td.box_outline {
  border: 1px solid #d3d3d3; }
td.header_footer {
  padding: 20px 0; }
  td.header_footer p {
    font-family: 'Lucida Grande', sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #151515; }
    td.header_footer p a {
      color: #a72323; }
td.masthead {
  border: 1px solid #000033;
  background-color: #000033; }
  td.masthead h1 {
    font-family: Georgia, Palatino, serif;
    font-size: 28px;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    margin: 0;
    margin-bottom: 8px; }
  td.masthead p {
    font-family: Georgia, Palatino, serif;
    font-size: 14px;
    font-weight: normal;
    color: white;
    margin: 0; }
td.content {
  border: 1px solid #d3d3d3;
  background-color: white; }
  td.content h2 {
    font-family: Georgia, Palatino, serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0;
    color: #a72323;
    margin: 8px 0;
    margin-bottom: 16px;
    padding: 0; }
  td.content p {
    font-family: 'Lucida Grande', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    color: #333333;
    margin: 0;
    margin-bottom: 16px;
    padding: 0; }
  td.content .tag_line {
    margin-top: 3em;
    margin-bottom: 0;
    text-align: center;
    text-transform: lowercase;
    font-variant: small-caps; }
