/*
  The mirrored legacy pages reference this stylesheet, but the live site did
  not provide it during the local copy. Keep the old table layout intact while
  making the navigation/sidebar text readable on modern screens.
*/

a.index:link,
a.index:visited {
  color: #003300;
}

a.index:hover,
a.index:focus {
  color: #0000ff;
  text-decoration: underline;
}

table[align="Left"],
table[align="left"] {
  width: 220px !important;
}

table[align="Left"] td,
table[align="left"] td {
  line-height: 1.25;
}

table[align="Left"] font,
table[align="left"] font {
  font-size: 14px !important;
  line-height: 1.25 !important;
}

table[align="Left"] center font,
table[align="left"] center font {
  display: block;
  font-size: 16px !important;
  line-height: 1.25 !important;
  margin-bottom: 8px;
}

table[align="Left"] td[bgcolor="#006633"] font,
table[align="left"] td[bgcolor="#006633"] font {
  font-size: 13px !important;
  letter-spacing: 0.01em;
}

table[align="Left"] table,
table[align="left"] table {
  max-width: 100%;
}

table[align="Right"],
table[align="right"] {
  width: 190px !important;
}

table[align="Right"] td,
table[align="right"] td {
  line-height: 1.25;
}

table[align="Right"] font,
table[align="right"] font {
  font-size: 14px !important;
  line-height: 1.25 !important;
}

table[align="Right"] a.index,
table[align="right"] a.index {
  font-size: 14px !important;
  line-height: 1.25 !important;
}
