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

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #4985C1;
	text-decoration: none;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}

.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: none;
	font-weight: none;
	color: #666666;
	text-decoration: none;
}

.bottom_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: none;
	font-weight: none;
	color: #666666;
	text-decoration: underline;
}

