.Menu {
	font-size: small;
	color: #FFFFFF;
}

.Menu a:link, .Menu a:visited {
	font-size: small;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.Menu a:hover {
	background-color: #66C0D8;
	color: #666666;
}

.Menu a:active {
	font-weight: bold;
}

.SubMenu {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.SubMenu a:link, .SubMenu a:visited {
	text-decoration: none;
	color: #333333;
}
.SubMenu a:hover {
	background-color: #CCCCCC;
}
.SubMenu a:active {
	color: #CCCCCC;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.Footer {font-size: x-small}
