body {
  margin: 0px;
  background-image: url('nav_bg1.jpg');
}

a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}

a.phLnk:link, a.phLnk:active, a.phLnk:visited, a.phLnk:hover {
  text-decoration: none;
  color: #000000;
}

.txtTop {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
}

.bigTxt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.stdTxt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

.revTxt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

#txtContainer {
  line-height: 75px;
}

.txtHeading {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #FFF;
  vertical-align: middle;
}

.topCors {
  background-image: url("nav_cors.png");
  background-repeat: no-repeat;
}




.frmHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

.cnTxtBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 2px;       /* Firefox */
  line-height: 16px;  /* Safari  */
  margin: 4px;
  width: 140px;
  border: solid 1px #B1B4B5;
  color: #000000;
}

.cnPushBtn {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 2px;       /* Firefox */
  line-height: 18px;  /* Safari  */
  width: 150px;
  color: #000000;
}

.cnPushBtn:hover {
  cursor: pointer;  
}