body { font-family: Arial, Helvetica, sans-serif;}

.subheadA {
	text-transform: uppercase;
	color: #FFFF99;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
}
.redtext {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF5500;
}
.bodytext {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F9FF7E;
}
a.textnav:link {
	text-decoration: none;
	text-transform: none;
	color: #FE5500;
	font-size: 12px;
	font-weight: bold;
}
a.textnav:active {
	text-transform: none;
	color: #FE5500;
	font-size: 12px;
	font-weight: bold;
}
a.textnav:visited {
	text-transform: none;
	color: #FE5500;
	font-size: 12px;
	font-weight: bold;
}
a.textnav:hover {
	text-decoration: underline;
	text-transform: none;
	color: #FE5500;
	font-size: 12px;
	font-weight: bold;
}

a:link {
	color:#F4FF72;
	text-decoration:none;
	font-size: 12px;
	font-weight: 500;
}
a:visited {
	color:#F4FF72;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
}
a:hover {
	color:#FE5500;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 500;
}

a.link2:link {
	color:#F4FF72;
	text-decoration:none;
	font-size: 12px;
	font-weight: 500;
}
a.link2:active {
	color:#F4FF72;
	text-decoration:none;
	font-size: 12px;
	font-weight: 500;
}
a.link2:visited {
	color:#F4FF72;
	text-decoration:none;
	font-size: 12px;
	font-weight: 500;
}
a.link2:hover {
	color:#F4FF72;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 500;
}

.inputsearch {
	background-color:#000000;
	border:1px solid #CC6600;
	font-size:9pt;
	padding:2px;
	color:#FF5500;
}
.sbtn    {
	/*background-image: url(images/searchbtn2.gif);*/
	border: 1px solid #404040;
	height: 22px;
	width: 55px;
	font-size: 12px;
	color: #1060ff;
	font-weight: bold;
	background-position: center;
	background-color:#FF5500;
	padding: 0px;
	
}