body
{
	text-align:center;
	background-color:#FFFFFF;
}


table.menu
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
}

td.button
{
	background-color: #DD3333;
	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;
}

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 6px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	color:#000000;
	text-decoration: none;
	border-right: 1px solid #000000;
}
#navigation a:hover {
	color:#FF0000;
}

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;
}