.red {
	color: #FF1721;
}
body {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
td.bold {
	font-weight: bold;
}
a.menu { 
	color: #000000;
	text-decoration: underline;
}
a.menu:hover {
	color: #FF1721;
	text-decoration: underline;
}
table.menuBorder {
	border: 1px solid #000000;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF1721;
	text-decoration: none;
}