html {
  color: #333;
  cursor: default;
  font-family: arial;
  font-size: 76%;
  margin: 0px;
  padding: 0px;
}

body {
  text-align: center;
}

a {
  text-decoration: none;
}

img {
  border: 0px;
}

h1 {
  border-bottom: solid 2px #F7D579;
  color: #196694;
  font-size: 125%;
}

.float-lft {
  float: left;
}

.float-rgt {
  float: right;
}

.clear-both {
  clear: both;
}

.tbl-top-lft, .tbl-top-rgt {
  margin-top: -2px;
}

.tbl-bot-lft, .tbl-bot-rgt {
  margin-bottom: -2px;
}

.tbl-top-lft, .tbl-bot-lft {
  float: left;
  margin-left: -5px;
}

.tbl-top-rgt, .tbl-bot-rgt {
  float: right;
  margin-right: -5px;
}

.tbl-title {
  color: #fff;
  float: left;
  font-family: verdana;
  font-size: 150%;
  font-weight: bold;
  height: 40px;
  padding: 6px;
  letter-spacing: 3px;
}

.tbl-dft {
  background: #fff url(../images/tbl-dft-bg.gif);
  background-position: 50% 0%;
  background-repeat: repeat-x;
  border: solid 2px #003399;
  margin: 5px;
  padding-bottom: 6px;
}

.tbl-content {
  clear: both;
  padding: 10px;
  padding-top: 5px;
}

.font-color-which {
  color: #196694;
}

.font-color-electric {
  color: #00a2e2;
}

.font-color-gates {
  color: #007186;
}

.link-active {
  color: #fbd45d;
}

.link-white {
  color: #fff;
}.text-body {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight: normal}
.text-header { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #336699; font-weight: bold}
.text-subhead { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0066CC; font-weight: bold}
.textheader2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #336699; font-weight: normal}
