table.menu
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
}

td.button
{
	background-color: blue;
	padding: 2px;
	border: 3px outset #FFFFFF;
	text-align: center;
	}

td.button a
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

td.button a:visited
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

td.button a:active
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

td.button a:hover
{
	color: yellow;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

a.footlink
{
	color: black;
	text-decoration: none;
}

a.footlink:visited
{
	color: black;
	text-decoration: none;
}

a.footlink:active
{
	color: black;
	text-decoration: none;
}

a.footlink:hover
{
	color: red;
	text-decoration: none;
}