body {
  background: #ffffff;
  font-family: sans-serif;
  color: #000020;
  padding: 0;
  margin: 0;
}

img {
  border: none;
}

table {
  empty-cells: show;
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0;
}

tr {
  padding: 0;
  margin: 0;
}

td {
  padding: 0;
  margin: 0;
}

p {
  text-align: left;
  text-indent: 0px;
  color: #000020;
  font-family:
  sans-serif;
  font-size: 12px;
}

h1 {
  text-align: center;
  text-indent: 0px;
  color: #200000;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 35px;
  vertical-align: middle;
}

h2 {
  background: #b6b4b4;
  color: #200000;
  font-family: serif;
  font-size: 18px;
  margin: 10px 0px 0px 0px;
  text-align: center;
}

li {
  color: #000020;
  font-family: sans-serif;
  font-size: 13px;
  text-align: left;
}

a {
  color: #800000;
  text-decoration: none;
}

a:visited {
  color: #800000;
  text-decoration: none;
}

a.active {
  color: #800000;
  text-decoration: none;
}

a:hover {
  color: #800000;
  text-decoration: underline;
}


a.menu {
  display: block;
  width: 100px;
  height: 25px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  color: #000080;
  text-decoration: none;
}

a.menu:visited {
  color: #000080;
  text-decoration: none;
}

a.menu.active {
  color: #000080;
  text-decoration: none;
}

a.menu:hover {
  color: #f0f0d0;
  background: #666666;
  text-decoration: underline;
}

td.menu {
  height: 90px;
  width: 140px;
  vertical-align: middle;
  test-align: center;
}

td.bottom {
  height: 40px;
  vertical-align: middle;
  test-align: left;
  background: #a0a0a0;
  color: #ffffff;
  padding: 0px 0px 0px 20px;
}

