﻿body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-color: #24453a;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.Page {
  margin: 0px auto;
  width: 800px;
  background: #ffffff;
  border: 1px solid #000000;
}

.Logo {
  text-align: center;
  border-bottom: 1px solid #000000;
}

.PageHeader {
  padding: 10px 25px 5px;
}

.PageContent {
  padding: 10px 25px;
  text-align: left;
}

.PageFooter {
  padding: 8px;
  border-top: 2px solid #999999;
  text-align: center;
}

.TopLtPane {
  text-align: left;
}

.TopRtPane {
  text-align: right;
}

h1 {
  font-size: x-large;
  text-align: center;
}

li {
  margin-top: 3px;
  margin-bottom: 3px;
}

a,
a:active,
a:visited {
  color: #003366;
}

a:hover {
  color: #B22222;
}

a[disabled="disabled"] {
  color: #000000;
}

.FAQ_Q {
  font-weight: bold;
  display: block;
}

ul li {
  list-style-type: square;
}

ul li li {
  list-style-type: disc;
}