.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	padding-left: 20px;
	padding-right: 15px;
}
.textyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC33;
	font-style: normal;
	padding-left: 20px;
	padding-right: 15px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
}

.textheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	
	font-weight: bold;
	text-decoration: underline;
	
}
body {
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color: E2EBF4;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#FEC82A;
	scrollbar-highlight-color: #FFFFAA;
	scrollbar-track-color: #E3C15B;
	scrollbar-shadow-color: Gray;
	background-color: #FEC82A;
	}
	

a:link {
	color: #FEC82A;
	text-decoration: none;
	font-weight:bold;
	
} 
a:active {
	color: #FEC82A;
	text-decoration: underline;
	font-weight:bold;
} 
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	
} 
a:hover {
	color: #000000;
	text-decoration: underline;
}



