@charset "UTF-8";
/* CSS Document */

.bottom-nav {
	color: #333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
}
.bottom-nav a:hover {
	color: #333333;
	text-decoration: underline;
}

.bottom-nav a:link {
	color: #990000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
