@charset "utf-8";
/* CSS Document */

.navigation {
	font-family: Eurostile, sans-serif, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation:hover {
	font-family: Eurostile, sans-serif, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: underline;
}

.bottom_links {
	font-family: Eurostile, sans-serif, Verdana;
	font-size: 12px;
	font-style: none;
	font-weight: none;
	color: #222A57;
	text-decoration: none;
}

.bottom_links:hover {
	font-family: Eurostile, sans-serif, Verdana;
	font-size: 12px;
	font-style: none;
	font-weight: none;
	color: #222A57;
	text-decoration: underline;
}


