body 
{
	font-family: Arial;
}

.Menu 
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color:#999999;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.Content
{
	font-family: Arial;
	font-size: 9pt;
	color:#666666;
	padding: 10px;
}

a:link, a:active, a:visited
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color:#999999;
	text-align: center;
	text-decoration: none;
}

a:hover
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color:#333333;
	text-align: center;
	text-decoration: underline;
}

