a 
	{ text-decoration: none; font-weight:bold}
a:hover 
	{ text-decoration: underline;}


body
	 { scrollbar-face-color: #EFC977; 
	scrollbar-shadow-color: #EFC977; 
	scrollbar-highlight-color: #EFC977; 
	scrollbar-3dlight-color: #EFC977; 	
	scrollbar-darkshadow-color: #EFC977; 
	scrollbar-track-color: #F8E9BE; 
	scrollbar-arrow-color: #F8E9BE; }

td {  font-family: Verdana; font-size: 11px; line-height: 15px;}

input {  font-family: Verdana; font-size: 11px; background: FCF4DF}

select {  font-family: Verdana; font-size: 11px; background: FCF4DF}

textarea {  font-family: Verdana; font-size: 11px; background: FCF4DF;
	scrollbar-face-color: #EFC977; 
	scrollbar-shadow-color: #EFC977; 
	scrollbar-highlight-color: #EFC977; 
	scrollbar-3dlight-color: #EFC977; 	
	scrollbar-darkshadow-color: #EFC977; 
	scrollbar-track-color: #F8E9BE; 
	scrollbar-arrow-color: #F8E9BE}
	
.image-right {
	padding: 4px;
	margin: 0 0 6px 14px;
	float: right;
	border: 1px solid #EFC977;
}

#results,
#pay-bill,
#btn-forms {
	display:block;
	width:168px;
	text-indent:-9999px;
	outline:none;
}

#results {
	background:url(../images/btn_results.gif) no-repeat left -108px;
	height:108px;
}

#results:hover {
	background:url(../images/btn_results.gif) no-repeat left top;
}

#pay-bill {
	background:url(../images/btn_pay-bill.gif) no-repeat left -88px;
	height:88px;
}

#pay-bill:hover {
	background:url(../images/btn_pay-bill.gif) no-repeat left top;
}

#btn-forms {
	background:url(../images/btn_forms.gif) no-repeat left -66px;
	height:66px;
}

#btn-forms:hover {
	background:url(../images/btn_forms.gif) no-repeat left top;
}

