
<style type="text/css">
		H1  {
			font-size : 13pt;
			font-family : arial;
			color : maroon;
		}

		H2  {
			font-size : 12pt;
			font-family : arial;
			color : Teal;
		}

		H3  {
			font-weight : bold;
			font-family : arial;
			font-size : 11pt;
		}

		H4  {
			color : Teal;
		}

		A  {
			color : blue;
			text-decoration : none;
		}

		A:Active  {
			color : Red;
		}

		A:Hover  {
			color : black;
		}

		.small  {
			font-size : 9pt;
			font-family : arial;
		}

		.normal  {
			font-size : 10pt;
			font-family : arial;
		}

		.indent  {
			padding-left : 10;
			padding-right : 10;
			font-family : arial;
		}

		.indent2  {
			padding-left : 25;
			padding-right : 25;
			font-family : arial;
			font-size : 10pt;
		}

		.button  {
			font-family : Arial;
			font-size : 10pt;
		}

		body,div,p,td,ul,ol,li  {
			font-family : Arial;
			font-size : 10pt;
			color : black;
		}
</style>