.brown {
	font-family: Tahoma;
	font-size: 12px;
	color: #7D3704;
	text-decoration: none;
}
.brown-bor {
	border: 1px solid #7D3704;
}
.white {

	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.orange {

	font-family: Tahoma;
	font-size: 12px;
	color: #E09500;
	text-decoration: none;
}
.brown-line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7D3704;
	border-right-color: #7D3704;
	border-bottom-color: #7D3704;
	border-left-color: #7D3704;
}
