A.menu {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}
A.menu:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
        font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3399FF;
	width: 90px;
	text-decoration: none;
}
A.menu:active {
	color: #FFFFFF;
        font-size: 12px;
	background-color: #3399FF;
	width: 90px;
	text-decoration: none;
}
A {
	font-family: "Arial", "Helvetica", "sans-serif";
        font-size: 12px;
	color: #000080;
	text-decoration: none;
}
A:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
        font-size: 12px;
	color: #000080;
	text-decoration: underline;
}
TD {
	font-family: "Times New Roman", Times, serif;
}
