/* CSS Document */

.menu-txt{
font-family:"Helvetica CE 55 Roman";
font-weight:bold;
font-size:12px;
color:#1A579B;
}

a.menulink:link {
	color: #1A579B;
	text-decoration: none;
}
a.menulink:visited {
	text-decoration: none;
	color: #1A579B;
}
a.menulink:hover {
	text-decoration: none;
	color: #1A579B;
}
a.menulink:active {
	text-decoration: none;
	color: #1A579B;
}