/* CSS Document */

a:link {
	color:#0e528b;
	text-decoration:underline;
}

a:hover {
	color:#2ea2e4;
	text-decoration:underline;
}

a:visited {
	color:#0e528b;
	text-decoration:underline;
}

a.menu:link {
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color:#0e528b;
	text-decoration:none;
}

a.menu:hover {
	font-family: Arial;
	font-size:16px;
	font-weight:bold;	
	color:#2ea2e4;
	text-decoration:none;
}

a.menu:visited {
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color:#0e528b;
	text-decoration:none;
}