body, td {
  font-size: 13;
  font-family: arial, sans-serif;
}

.section {
  color: #0000CC;
}

.currentSection {
  color: #000000;
  font-weight: bold;
}

.sectionNew {
  color: red;
}

.tool {
  font-size: smaller;
}

.footer {
  font-size: smaller;
}

.searchResultLine {
  background-color: #3366CC;
}

.searchResultBar, .searchResultBarTitle, .searchResultBarNumbers {
  background-color: #E4EDF8;
  white-space: nowrap;
}

.searchResultBarTitle {
  font-size: larger;
  font-weight: bold;
}

.searchResultBarNumbers {
  text-align: right;
  font-size: smaller;
}

.searchResult {
  margin-top: 1em;
  margin-bottom: 1em;
}

.foundLinkText {
  color: #008000;
}
.foundLink {
  font-size: larger;
}

.nbcp { /* NavBar Current Page */
  color: #A80B09;
  font-size: 10pt;
  font-weight: bold;
}

.nbp { /* NavBar Pages */
  font-size: 10pt;
  color: black;
}

.nbpn { /* NavBar Prev & Next */
  font-size: 12pt;
  color: #0000C0;
  font-weight: bold;
}

