body {
  margin: 0 10px 0 25px;
}

body, td {
  font-family: Verdana, Arial, Helvetica, "Times New Roman", Tahoma, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  letter-spacing: normal;
  color: #333;
}

a {
  color: #5599AA;
  text-decoration: underline;
}

a:hover {
  color: #a28025;  
}

select, object, textarea, input {
  font-size: 14px;
  color: #000;
  padding: 1px;
  border: 1px solid darkblue;
}

textarea {
  font-family: Times;
  font-size: 14px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-family: Georgia;
  color: darkblue;
  margin-bottom: 5px;
  margin-top: 5px;
}

.topmenu {
  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;
}

.topmenu li {
  float: left;
  margin: 0;
  padding: 0;
}

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

.topmenu a:hover {
  background: darkblue;
  color: #fff;
  padding-bottom: 5px;
}

.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 {
  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: darkblue;
  color: #fff;
  padding-bottom: 5px;
}

.bulletlist {
  background-color: #ffffee;
}

.bulletlist li {
  font-size: 13px;
  color: #555;
  padding: 10px;
  list-style: square inside;
}

.shadowbox { 
  color: #000; 
  font-size: 12px;
  background-color: #fcfcfc;
  text-align: left;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  padding: 10px 10px 10px 10px;
  width: 230px;
}

.shadowbox td { 
  vertical-align: top;
  height: 40px;
  padding: 0px;
}

.pricebox {
  color: darkblue;
  font-size: 12px;
  background-color: #fcfcfc;
  text-align: left;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  padding: 20px 20px 20px 20px;
}

.pricebox td {
  color: darkblue;
  font-size: 14px;
  height: 25px;
}

.pricebox th {
  color: darkblue;
  font-size: 14px;
  height: 25px;
}

.pricebox input {
  text-align: right;
}

.pricebox h3 {
  color: #000;
}

.pricebox h4 {
  color: #000;
}

.servicebox {
  color: #000;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, "Times New Roman", Tahoma, sans-serif;
  text-align: left;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  padding: 0px 20px 10px 20px;
  margin-bottom: 10px;
  width: 350px;
}

.servicebox h3 {
  color: darkblue;
}

.textbox {
  line-height: 20px;
  text-align: justify;
}

.bottommenu a {
  color: #ccc;
  font-size: 10px;
}

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

.tblhead {
  color: darkblue;
  font-size: 18px;
  font-family: Georgia;
  margin-bottom: 5px;
  font-weight: bold;
}

.errbox {
  color: #FF0000;
  font-weight: bold;
  text-align: center;  
}

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

