/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
}

body, table, td, th {
  color: #000000;
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
}

a:link {
  color: #990000;
  text-decoration: none;
}

a:visited {
  color: #990000;
  text-decoration: none;
}

a:hover {
  color: #990000;
  text-decoration: underline;
}

a:active {
  color: #990000;
  text-decoration: underline;
}

.headings {
  color: #000000;
  font-size: 10px;
  font-weight: plain;
}

.headings a:link {
  color: #990000;
  font-size: 10px;
  font-weight: plain;
  text-decoration: none;
}

.headings a:visited {
  color: #990000;
  font-size: 10px;
  font-weight: plain;
  text-decoration: none;
}

.headings a:hover {
  color: #990000;
  text-decoration: underline;
  font-weight: plain;
}

.headings a:active {
  color: #990000;
  text-decoration: underline;
  font-weight: plain;
}

.headingstop {
  color: #000000;
  font-size: 10px;
  font-weight: plain;
}

.headingstop a:link {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: plain;
  text-decoration: none;
}

.headingstop a:visited {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: plain;
  text-decoration: none;
}

.headingstop a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: plain;
}

.headingstop a:active {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: plain;
}

.footer {
  color: #000000;
  font-size: 10px;
  font-weight: plain;
  text-decoration: none;
}

