body {
  color: #FFF;
  background-color: #323232;
  font-size: 10pt;
  font-family: Arial;
}
a,
a:link,
a:visited,
.Link,
.FakeLink {
  color: #F93;
  text-decoration: none;
}
a:hover,
.Link:hover,
.FakeLink:hover {
  cursor: pointer;
  text-decoration: underline;
}
.mini {
  padding: 0px;
  margin: 0px;
}
.NoLink {
  color: #FFF;
  font-size: 12px;
}
.MenuLink {
  font-size: 11px;
  text-decoration: none;
}
.MenuLink:hover {
  cursor: pointer;
  text-decoration: underline;
}
.MenuItem {
  font-size: 12px;
}
#MapTable TD {
  color: #000;
  font-size: 16px;
}
.HeaderDIV {
  font-size: 12px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}
.ContentWrapperDIV {
  left: 0;
  position: absolute;
  top: 135px;
  width: 1000px;
}
.ContentDIV {
  width: 1000px;
}
.FooterDIV {
  border-top-style: dotted;
  border-top-width: 1px;
  padding-top: 5px;
  width: 100%;
}
.BookmarkDIV {
  position: absolute;
  right: 5px;
  top: 5px;
}
.pTitle {
  margin: 0px;
  padding: 0px;
  font-size: 16pt;
  font-weight: bold;
}
.pSubTitle {
  margin: 0px;
  padding: 0px;
  font-size: 12pt;
  font-weight: bold;
}
.pSubTitleUnderscore {
  margin: 0px;
  padding: 0px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: underline;
}
.pText {
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
}
.pTextB {
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  font-weight: bold;
}
.pTextJust {
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  text-align: justify;
}
.pTextRight {
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  text-align: right;
}
