<style>
<!--
	A:HOVER {
		color : Red;
	}
	.Fancy {
		font-family : sans-serif;
		font : italic bold;
		color : Navy;
		text-decoration : underline;
	}
    .Home {
	    font-color : Navy;
		text-decoration : none;
		font-size : smaller;
	}
	.MenuTable {
		background-color : White;
	}
	.MenuHere, .MenuHere:HOVER {
		color : Navy;
		font-size : smaller;
		text-decoration : none;
		background-color : white;
		font-weight : bold;
	}
	.MenuBar {
		color : Black;
		font-size : smaller;
		text-decoration : none;
		background-color : White;
		font-weight : bold;
	}
	.MenuSpace {
		background-color : Black;
	}
	TD.SelectTable {
		xbackground-color : White;
		font-size : larger;
	}
-->
</style>
