.menu {
	font-size: 9px;
	font-weight: bold;
	color: white;
}

a:active.menu, a:link.menu, a:visited.menu {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff
}

a:hover.menu {
	font-weight: bold;
	text-decoration: underline;
	color: #000000
}

a:active, a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #ff0000;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000
}


body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

input, textarea {
	font-size: 12px;
}