.MenuBlue {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}
.MenuBlue:hover {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}
.MenuWhite {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.MenuWhite:hover {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

}
.MenuBlueBig {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 24px;
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}
.MenuBlueBig:hover {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 24px;
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}

