body {
  background: #FFFFFF;
}

table {
  border: none dotted blue;
  border-spacing: 0px 0px;
  padding: 0px;
  margin: 0px;
}

.title {
  font: bold XX-large Geneva;
  color: black;
}

.menu {
  font: bold medium Geneva;
  color: #CCCCCC;
  text-decoration: none;
}

.menu:hover {
  font: bold medium Geneva;
  color: #CCCCCC;
  text-decoration: underline;
}

.selectedMenu {
  font: bold medium Geneva;
  color: black;
  text-decoration: none;
}

.tab {
  border-top: thin solid black;
  border-left: thin solid black;
  border-right: thin solid black;
  border-bottom: thin solid black;
}

.selectedTab {
  border-top: thin solid black;
  border-left: thin solid black;
  border-right: thin solid black;
}

.section {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.section:hover {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

.fileLink {
  font: 9pt Courier;
  color: black;
  text-decoration: none;
}

.fileLink:hover {
  font: 9pt Courier;
  color: black;
  text-decoration: underline;
}

.bottom {
  font-size: x-small;
  color: #999999;
  text-align: center;
}

.ilink {
  color: black;
  text-decoration: none;
}

.ilink:hover {
  color: black;
  text-decoration: underline;
}
