img {
        border-top: 0;
        border-bottom: 0;
        border-right: 0;
        border-left: 0;
}
table, td, p, ul, form, ol {
        font-family: Arial, Geneva, Swiss, Helv;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        empty-cells: show;
        border-spacing: 2px;
}
.leftth {
        font-family: Arial, Geneva, Swiss, Helv;
        font-weight: bold;
        font-size: 13px;
        color: #000000;
        background-color: #E4E3C4;
        text-align: left;
}
.middleth {
        font-family: Arial, Geneva, Swiss, Helv;
        font-weight: bold;
        font-size: 13px;
        color: #000000;
        background-color: #E4E3C4;
        text-align: center;
}
.rightth {
        font-family: Arial, Geneva, Swiss, Helv;
        font-weight: bold;
        font-size: 13px;
        color: #000000;
        background-color: #E4E3C4;
        text-align: right;
}
.lefttd {
        font-family: Arial, Geneva, Swiss, Helv;
        font-size: 12px;
        text-align: left;
        background-color: #CEDEFE;
}
.lefttdt {
        font-family: Arial, Geneva, Swiss, Helv;
        font-size: 12px;
        text-align: left;
}
.middletd {
        font-family: Arial, Geneva, Swiss, Helv;
        font-size: 12px;
        text-align: center;
        background-color: #CEDEFE;
}
.middletdt {
        font-family: Arial, Geneva, Swiss, Helv;
        font-size: 12px;
        text-align: center;
}
.righttd {
        font-family: Arial, Geneva, Swiss, Helv;
        font-size: 12px;
        text-align: right;
        background-color: #CEDEFE;
}
.righttdt {
        font-family: Arial, Geneva, Swiss, Helv;
        font-size: 12px;
        text-align: right;
}
tr.trans-even {
        background-color: #B0E0E6;
        cursor: pointer;
}
tr.trans-even:hover {
        background-color: #00FF66;
        cursor: pointer;
}
tr.trans-odd {
        background-color: #CEDEFE;
        cursor: pointer;
}
tr.trans-odd:hover {
        background-color: #00FF66;
        cursor: pointer;
}
.inputprompttd {
        font-family: Arial, Geneva, Swiss, Helv;
        font-weight: bold;
        font-size: 12px;
        color: #000000;
        background-color: #E4E3C4;
        text-align: left;
}
.inputtd {
        font-family: Arial, Geneva, Swiss, Helv;
        font-weight: bold;
        font-size: 12px;
        color: #000000;
        text-align: left;
}
.cbar {
        font-family: Arial, Geneva, Swiss, Helv;
        font-size: 18px;
        text-align: left;
        text-decoration: none;
}
.topbar {
        font-family: Arial, Geneva, Swiss, Helv;
        font-size: 12px;
        background-color: #343D76;
        color: white;
        text-align: right;
}
.footertext {
        font-family: Arial, Geneva, Swiss, Helv;
        font-size: 12px;
        background-color: #343D76;
        color: white;
        text-align: center;
}
.smallfootertext {
        font-family: Arial, Geneva, Swiss, Helv;
        font-size: 10px;
        text-align: center;
}
h1 {
        font-family: Arial, Geneva, Swiss, Helv;
        color: #000000;
        font-size: 16px;
}
h2, h3, h4, h5 {
        font-family: Arial, Geneva, Swiss, Helv;
        color: #000000;
        font-size: 14px;
}
a:link {
        color: #3366CC;
        text-decoration: none;
        font-family: Arial, Geneva, Swiss, Helv;
}
a:visited {
        color: #3366CC;
        text-decoration: none;
        font-family: Arial, Geneva, Swiss, Helv;
}
a:hover {
        color: #FF9900;
        text-decoration: underline;
        font-family: Arial, Geneva, Swiss, Helv;
}
a:active {
        color: #FF9900;
        text-decoration: underline;
        font-family: Arial, Geneva, Swiss, Helv;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size:14px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

input[type="radio"] {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

