body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-align: center;
}
.whitetext {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.brownetext {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #5B4A36;
	text-decoration: none;
	text-align: justify;
}
.brownelink {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px;
}
.brownelink:hover {
	color: #FFFFFF;
	background-color: #E9B023;
}

.browntitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5B4A36;
	text-decoration: none;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.whitetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}
.whitetitle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}