
.bigTxt {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 22px;
  color: #FFFFFF;
}

.blkTxt {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10px;
  color: #000000;
}

.footerTxt {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
  color: #666666;
}

.medTxt {
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
  font-size: 16px;
}

.navTxt {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; 
  font-size: 12px;
  color: #000000;
}

.stdTxt {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #FFFFFF;
}

.picBox {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

a:link, a:visited {
  text-decoration: none;
}

a:active, a:hover {
  text-decoration: underline;
}

a.footerLnk:link, a.footerLnk:visited {
  text-decoration: none;
  color: #999999;
}

a.footerLnk:active, a.footerLnk:hover {
  text-decoration: underline;
  color: #999999;
}

a.navMnu:link, a.navMnu:visited {
  text-decoration: none;
  color: #000000;
}

a.navMnu:active, a.navMnu:hover {
  text-decoration: underline;
  color: #000000;
}