.header_banner {
  background: url(../images/bannerimage.jpg) no-repeat scroll right top;
  padding-right: 80px;
  padding-top: 40px;
  color: White;
  font-weight:bold;
  font-size: 14px;
  font-variant:small-caps;
}

.menu_banner {
  background: #006600;
  border-style:solid;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: Black;
  height: 25px;
}

form {
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
  font-size: small; 
  color: #000000;
  background-color: #fff; 
  margin: 0px 0px 0px 0px; 
}
		
.h2_header {
  color: #009;
}

td {
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
}

a.nodec {
  text-decoration: none;
}

a.helpfield { /* labels on the F1000 form */
  color: #060;
  text-decoration: none;
}
a.helpfield:hover {
	color: #F0B923;
	text-decoration: underline; 
} 

a.white_nodec {
  color: #ffffff;
  text-decoration: none;
}  
a.white_nodec:hover { color: #FFCC99;} /*deep tan*/

.requiredfield {
  color: red;
  font-size: 10px;
}

.subheader {
  color: #FFFFFF; 
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
a.subheader:hover { color: #FFCC99;} /*deep tan*/

.catheader {
  background-color: #006600;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  height: 25px;
}


.mediumfont {
  font-size: 12px;
}

.smallfont {
  font-size: 9px;
  color: #060;
}

.white {
  color: #ffffff;
}

.black {
  height: 25px;
  color: #000000;
}

.black_noheight {
  color: #000000;
}

.errormsg {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 35px;
}

.successmsg {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  height: 35px;
}

.yellow_bgd {
  background-color: #DCDEB8;
}

.numinput {
  text-align: right;
}

p.newpage {
  page-break-before: always;
}

.brdr {
  border: thin;
  border-style: inset;
}

.small_border {
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}

tr.item {
  height: 20px;
}

tr.item_hover{
  cursor:pointer;
  height: 20px;
  background-color: #F0B923; /* gold*/
}

tr.f300
{
	background-color:#CCFFCC;
	height:20px;
}

tr.f300_hover
{
	background-color:Yellow;
	height:20px;
}

tr.item_alt{
  background-color: #DCDEB8; /* tan */
  height: 20px;
} 

tr.item_alt_hover{
  cursor:pointer;
  background-color: #F0B923;  /* gold*/
  height: 20px;
} 

#f1000_footer {
  background: #006600;
}
