	BODY, TD {
		font-family: sans-serif;
		font-size: 9pt;
		color: #003300;
		background-color: #EFEFEF;
	}
	H1 {
		font-family: sans-serif;
		font-size: 32pt;
		font-weight: bold;
		color: #330033;
	}
	H2 {
		font-family: sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #330000;
	}
	A:link {
		color: #0066CC;
		text-decoration: underline;
	}

	A:visited {
		color: #003366;
		text-decoration: underline;
	}

	A:hover {
		color: #33CC00;
		text-decoration: underline;
	}
