BODY {
	background-color: beige;
}
A:hover {
	background-color: yellow;
	color: blue;
}
.NavBar {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: white;
	background-color: blue;
	vertical-align: middle;
}
A.NavBar {
	text-decoration: none;
	font-size: 10pt;
	color: white;
}
.Footnotes {
	font-size: 12pt;
}
.Highlight {
	background-color: #FFFFFF;
}