.banner a {
  text-decoration: none;
  color: #000;
}

select, object, textarea, input {
  font-family: Arial;
  font-size: 13px;
  color: #000;
  padding: 1px;
  border: 1px solid #99e;
}

img {
  border: none;
  vertical-align: text-bottom; 
}

.appmenu {
  background: #000;
  font-size: 11px;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-top:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
}

.appmenu li {
  font-family: Verdana;
  float: left;
  margin: 0;
  padding: 0;
}

.appmenu a {
  background: #000;
  color: #FFF;
  display: block;
  float: left;
  margin: 0;
  padding: 5px 25px;
  text-decoration: none;
}

.appmenu a:hover {
  background: #2580a2;
  color: #fff;
  padding-bottom: 5px;
}

.apptbl td {
  font-family: Georgia;
  font-size: 14px;
  font-weight: 400;
  color: #444;
}

.txtbtn {
  color: #2580a2;
  font-weight: bold;
  background-color: #fff;
  border: none;
  margin: 5px;
}

.helptxt {
  color: #666;
  font-style: italic;
  text-indent: -25px;
  padding-left: 50px;
}

#confbtns input {
  width: 160px;
  margin-bottom: 5px;
  border-right: 2px solid #779;
  border-bottom: 2px solid #779;
  text-align: center;
  cursor: pointer;
}

#apperr {
  color: #444;
  font-family: Georgia;
  font-weight: bold;
  font-size: 14px;
}

