body,td,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
}

/* main menu */
a.menu {
	font-weight:bold;
	text-decoration: none;
	color:black;
}

a.submenu {
	font-weight:normal;
	text-decoration: none;
	color:#222;
}

a.menu:hover span{
	text-decoration:underline;
}

a.submenu:hover span{
	text-decoration:underline;
}

