@charset "UTF-8";

.footerCopyright {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #7A5A3D;
}
a.footerCopyright:link {
	color: #7A5A3D;
	text-decoration: none;
}
a.footerCopyright:hover {
	color: #7A5A3D;
	text-decoration: underline;
}
.footerNav {
	font-size: 17px;
	color: #7A5A3D;
	padding-top: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
a.footerNav:link {
	color: #7A5A3D;
	text-decoration: none;
}
a.footerNav:hover {
	color: #7A5A3D;
	text-decoration: underline;
}
