.textOne {

	font-family: arial;
	font-size: 13px;
	color: #2E1D01;

}

.textOneLink {

	font-family: arial;
	font-size: 13px;
	color: #794D00;
	text-decoration: underline;

}

.textTwo {

	font-family: arial;
	font-size: 11px;
	color: #2E1D01;

}

.textTwoLink {

	font-family: arial;
	font-size: 11px;
	color: #794D00;
	text-decoration: underline;

}

.textThree {

	font-family: arial;
	font-size: 14px;
	color: #2E1D01;

}

.textThreeLink {

	font-family: arial;
	font-size: 14px;
	color: #794D00;
	text-decoration: underline;

}

.dropDown {

	font-family: arial;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	height: 18px;
	
}

.textarea {

	font-family: arial;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	height: 60px;
	width: 260px;
	
}

.searchButton {
	
	font-family: arial;
	font-size: 11px;
	font-weight: bold; 	
	background-color: #EC9705;
	color: #37052E;
	height: 18px;
	border-color: #37052e;
	width: 85px;
	border-width: 1px;
	
}

.searchButtonLarge {
	
	font-family: arial;
	font-size: 11px;
	font-weight: bold; 	
	background-color: #EC9705;
	color: #37052E;
	height: 25px;
	border-color: #37052e;
	width: 160px;
	border-width: 1px;
	
}

