body {
  background-image: url(/images/bkgd2.jpg);
  background-color: #cf8b49;
  background-position: top center;
  background-attachment: fixed;
  font-family: arial;
  font-size: 10pt;
  margin-top: 0px;
  }

a:link       { color:#FFF; text-decoration: underline }
a:active     { color:#FFF; text-decoration: underline }
a:visited    { color:#FFF; text-decoration: underline }
a:hover      { color:#2d6399; 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: 14px arial;
  color: #FFF; 
  font-weight: normal;
  }

.btext {
	font-size: 13px;
	color: #000;
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	top: auto;
}

.promotitle {
  font: 14px arial;
  color: #FFF; 
  font-weight: bold;
  }
  
.promotxt {
  font: 11px arial;
  color: #FFF; 
  font-weight: normal;
  }
  
a.promotxt:link       { color: #FFF; text-decoration: none }
a.promotxt:active     { color: #FFF; text-decoration: none }
a.promotxt:visited    { color: #FFF; text-decoration: none }
a.promotxt:hover      { color: #ffe700; 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: #2d6399; 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: #FFF;
  font-weight: normal;
  }

a.power:link       { color: #FFF; text-decoration: none }
a.power:active     { color: #FFF; text-decoration: none }
a.power:visited    { color: #FFF; text-decoration: none }
a.power:hover      { color: #FFF; text-decoration: none }

H1 {
    font-size: 22px;
	color: #FFF;
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	top: auto;
	margin:0px;
}

H2 {
    font-size: 16px;
	color: #FFF;
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	top: auto;
	margin:0px;
}

img.border {
	padding: 6px 25px 6px 6px ;
}

.inputButton {
  border: 1px solid #484848;
  background-color: #ff6b08;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}

input.big {
  font-size: 12pt;
}