.hdr {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.3em;
}

.hdrLine {
  color: #999999;
  font-size: small;
  line-height: 1.2em;
}

.hdrKey {
  font-style: italic;
  font-weight: 600;
  font-size: small;
  line-height: 1.2em;
}

p {
  font-size: small;
  font-style: normal;
  line-height: 1.3em;
}

.overview {
  font-size: small;
  font-style: italic;
  line-height: 1.3em;
  margin-left: 25px;
  margin-top: 5px;
}

.menuBox {
  width: 100px;
  background-color: lavender;
  color: green;
  margin: 2px;
  padding: 2px;
  border: 1px solid silver;
}

.menuBox a {
  text-decoration: none;
}

.menuBox a:hover {
  background-color: linen;
}

.lineOverview {
  font-weight: 700;
  font-size: 1.2em;
  color: #2F6698
}

.LeftFeature {
  float: left;
  font-size: 0.7em;
  line-height: 1.2em;
  width: 48%;
  padding-right: 20px;
}

.RightFeature {
  font-size: 0.7em;
  line-height: 1.2em;
}

.LeftFeature a {
  text-decoration: none;
}

.RightFeature a {
  text-decoration: none;
}

.hdrFeature {
  font-weight: 600;
  font-size: small;
  line-height: 1.2em;
}

.normal {
  font-size: small;
  line-height: 1.2em;
}

.lineFeature {
  font-weight: 600;
  font-size: 1.1em;
  color: #2F6698
}

.lineIndent {
  padding-left: 15px;
}

.lineFootnote {
  font-style: italic;
  font-size: small;
}

.capability {
  font-size: small;
  line-height: 1.3em;
  margin-left: 35px;
  margin-top: 5px;
}