body {
	font-family: tahoma, helvetica, arial, sans-serif;
	text-align: center;
	color: white;
}

body, th {
	font-size: 11px;
}

td {
	font-size: 13px;
}

a.mnu {
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
	display: block;
	text-align: center;
}

a.mnu:hover {
	text-decoration: underline;
}

a.darklink, a.darklink:visited {
	color: #373839;
	text-decoration: None;
}
a.darklink:hover {
	color: #373839;
	text-decoration: underline;
}
a.whitelink, a.whitelink:visited {
	color: white;
	text-decoration: None;
}
a.whitelink:hover {
	color: white;
	text-decoration: underline;
}

table.td.whitebox {
	color: #373839;
}
