.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.titles {
	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
}
.body-text-orange {
	color: #FF6600;
	font-weight: bold;
}
.red-big-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}
.address-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5D2C;
}
.address-text-orange {
	color: #FF3300;
	font-weight: bold;
}
.botom-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #5B5B27;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
