body {
  background-image: url(/images/bkgd.png);
  background-color: #000;
  background-position: top center;
  background-repeat: repeat-x;
  background-attachment: scroll;
  font-family: arial;
  font-size: 10pt;
  margin-top: 0px;
  }

a:link       { color:#bdbd79; text-decoration: underline }
a:active     { color:#bdbd79; text-decoration: underline }
a:visited    { color:#bdbd79; text-decoration: underline }
a:hover      { color:#612727; text-decoration: underline }


.navmenu {
  font: 9pt arial;
  color: #000;
  font-weight: bold;
  }

a.navmenu:link       { color: #000; text-decoration: none }
a.navmenu:active     { color: #000; text-decoration: none }
a.navmenu:visited    { color: #000; text-decoration: none }
a.navmenu:hover      { color: #000; text-decoration: underline }
  
.maintext {
  font: 12pt arial;
  color: #bdbd79; 
  font-weight: normal;
  }

.btext {
  font: 12pt arial;
  color: #bdbd79; 
  font-weight: bold;
}

.btextem {
  font: 12pt arial;
  color: #bdbd79; 
  font-weight: bold;
  font-style: italic;
}

.promotitle {
  font: 13px arial;
  color: #7b875f; 
  font-weight: bold;
  }
  
.promotxt {
  font: 10px arial;
  color: #7b875f; 
  font-weight: normal;
  }
  
a.promotxt:link       { color: #46572b; text-decoration: none }
a.promotxt:active     { color: #46572b; text-decoration: none }
a.promotxt:visited    { color: #46572b; text-decoration: none }
a.promotxt:hover      { color: #563f14; text-decoration: underline }

.footer {
  font: 9pt arial;
  color: #FFF;
  font-weight: bold;
  }

a.footer:link       { color: #FFF; text-decoration: none }
a.footer:active     { color: #FFF; text-decoration: none }
a.footer:visited    { color: #FFF; text-decoration: none }
a.footer:hover      { color: #FFF; text-decoration: underline }

.copyright {
  font: 9pt arial;
  color: #FFF;
  font-weight: normal;
  }

a.copyright:link       { color: #FFF; text-decoration: none }
a.copyright:active     { color: #FFF; text-decoration: none }
a.copyright:visited    { color: #FFF; text-decoration: none }
a.copyright:hover      { color: #FFF; text-decoration: none }

.power {
  font: 6pt arial;
  color: #666;
  font-weight: normal;
  }

a.power:link       { color: #666; text-decoration: none }
a.power:active     { color: #666; text-decoration: none }
a.power:visited    { color: #666; text-decoration: none }
a.power:hover      { color: #666; text-decoration: none }

H1 {
    font-size: 24px;
	color: #FFF;
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	top: auto;
	margin:0px;
}

H2 {
    font-size: 12px;
	color: #595959;
	font-family: verdana;
	font-style: normal;
	font-weight: normal;
	top: auto;
	margin:0px;
}

img.border {
	padding: 6px 6px 6px 6px ;
}

.inputButton {
  border: 1px solid #484848;
  background-color: #ff6b08;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}

input.big {
  font-size: 12pt;
}

.inputfield {
 
 border: 1px groove #000;
 font: 13px arial; color: #000;