a, body, table, td, tr {
	font-family: Arial;
	font-size: 12px;
	color: white;
}
.mnu_normal {
	text-decoration: none;
	vlink: white;
	link: white;
	alink: white;
	color: white;
	font-weight:bold;
}
.mnu_current {
	text-decoration: none;
	vlink: #ffcc00;
	link: #ffcc00;
	alink: #ffcc00;
	color: #ffcc00;
	font-weight:bold;
}
.mnu_highlight {
	text-decoration: none;
	vlink: red;
	link: red;
	alink: red;
	color: red;
	font-weight:bold;
}

