/* CSS Document */

.navigation {
	font-family: Eras Demi ITC;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #01176A;
	display: block;
	padding: 2 px;
	width: 155px;
}

.navigation:hover {
	font-family: Eras Demi ITC;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: 9AA1B3;
	text-decoration: none;
	background-color: #01176A;
	display: block;
	padding: 2 px;
	width: 155px;
}

.navigation2 {
	font-family: Eras Demi ITC;
	font-size: 14px;
	font-style: normal;
	color: #01176A;
	text-decoration: none;
}

.navigation3 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: ##9AA1B3;
	text-decoration: none;
}