<style>
	/* Standard style sheet */
		/* Approximate sizes: xx-small=8pt, x-small=10pt, small=12pt, medium=13pt-14pt */
	/* large=18pt, x-large=24pt, xx-large=36pt */
	/* Standard Body text formatting style */
	BODY {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : black;
		margin-bottom : 0;
		margin-left : 0;
		margin-right : 0;
		margin-top : 0;
	}
	TD {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : black;
	}

	A {
		text-decoration : none;
		color : black;
	}
	A:HOVER {
		color : Aqua;
	}
	
	INPUT {
	font : 11px Arial, Helvetica, sans-serif;
	color : Black;
}


	.bodytext {
		font-size : 12px;
	}

	.bodylink {
		font-weight : bold;
	}
	.bodylink:hover {
		color : Blue;
	}
	.sidelink {
		color : #ADCBAD;
	}
</style>
