/* page text styles */

.bodytxt {
  font-size: 14px;
  line-height: 20px;
  margin-top: 18px;
  font-family: Verdana;
  color: #CCCCFF;
}

.bodyright {
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  margin-top: 14px;
  font-family: Verdana;
}

.lrg_orange {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #FFCC33;
}


h1 {
  margin-top: 8px;
  font-size: 22px;
  line-height: 22px;
  color: #99CCCC;
}

h2 {
  font-size: 15px;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 0px;
  color: #fff;
}

.contact {
  color: #fff;
  font-weight: bold;
}

/* link styles */
a:link {
  color: #FF9933;
  text-decoration: none;
}

a:visited {
  color: #FF9933;
  text-decoration: none;
}

a:active {
  color: #fff;
}

a:hover {
  color: #FFCC33;
  text-decoration: underline;
}



