<!--
	A:link { text-decoration: none }
	A:visited { text-decoration: none }
	A:vlink { text-decoration: none }
	A:active { color: red }

	body {
		margin: 0;
		background-color: darkslateblue;
		font-size: 10pt;
		color: lightcyan;
		background-repeat:no-repeat;
		background-position:center top;
		background-attachment:fixed;
	}
	.std9 {
		font-size: 9pt;
		text-align:center;
	}
	.std10 {
		font-size: 10pt;
		color: black;
	}
	.std12 {
		font-size: 12pt;
		color: white;
		font-weight:bold;
	}
	.std14 {
		font-size: 14pt;
		color: black;
		font-weight:bold;
	}
// -->
