a:link {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  color: "#AFAFAF";
  text-decoration: none;
}

a:visited {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  color: "#AFAFAF";
  text-decoration: none;
}

a:active {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  color: "#FF9F00";
  text-decoration: none;
}

a:hover {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  color: "#FF9F00";
  text-decoration: none;
}

h1 {
  font-family: Tahoma, sans-serif;
  font-size: 25pt;
  color: "#FF9F00";
  text-align: center;
  font-weight: bold;
}

h1.top {
  font-family: Tahoma, sans-serif;
  font-size: 20pt;
  color: "#FF9F00";
  text-align: left;
  font-weight: bold;
}

h2 {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  color: "#CFCFCF";
  text-align: center;
}

h2.top {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  color: "#CFCFCF";
  text-align: left;
}

h2.nav {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  color: "#00007F";
  text-align: left;
}

h2.start {
  font-family: Tahoma, sans-serif;
  font-size: 8pt;
  color: "#8F8F8F";
  text-align: center;
}

h2.dis {
  font-family: Tahoma, sans-serif;
  font-size: 8pt;
  color: "#5F5F5F";
  text-align: center;
}

h3 {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  color: "#707070";
  font-weight: normal;
}

h4 {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  color: "#707070";
  font-weight: normal;
  text-align: center;
}

h5 {
  font-family: Verdana, sans-serif;
  font-size: 12pt;
  color: "#707070";
  font-weight: bold;
  text-align: center;
}

div.h2 {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  color: "#707070";
  text-align: center;
}

tr.pop {
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  color: "#6F6F6F";
  text-align: left;
}

td.hh3 {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  color: "#707070";
  text-align: left;
  font-weight: normal;
}

.nav-button {
  display: inline-block;
  width: 150px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #f6f6f6;
  background-color: #102a4d;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  transition: all 0.2s ease;
  position: relative;
}

.nav-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(201, 221, 230, 0) 0%,
    rgba(201, 221, 230, 0.15) 15%,
    rgba(201, 221, 230, 0.4) 40%,
    rgba(201, 221, 230, 0.6) 50%,
    rgba(201, 221, 230, 0.4) 60%,
    rgba(201, 221, 230, 0.15) 85%,
    rgba(201, 221, 230, 0) 100%
  );
  transition: all 0.2s ease;
}

.nav-button:hover {
  background-color: #1b385a;
  color: #ffffff;
}

.nav-button:visited {
  color: #f6f6f6;
}

.nav-button:visited:hover {
  color: #ffffff;
}
