html, body, td {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #aaa;
}
.menuitem {
	font-family: Arial;
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.menuitem:hover {
	color: #eee;
}
.bannerline {
	font-size: 10px;
	font-weight: bold;
	color: black;
	padding-left: 2px;
	padding-right: 2px;
}
.bannerline:hover {
	color: black;
}
.headline {
	font-weight: bold;
	font-size: 14px;
}
.error {
	color: red;
	font-weight: bold;
}
