<style>		BODY {
			font-family : Helvetica, Arial, sans-serif;
		}

		UL.listing {
			font-size : 10pt;
			font-family : Arial, Helvetica, sans-serif;
			margin-right : 30px;
		}

		A:LINK {
			color : Navy;
			text-decoration : none;
		}

		A:VISITED {
			color : #C8D8D8;
			text-decoration : none;
		}

		A:HOVER {
			color : #C8D8D8;
			text-decoration : none;
		}

		A:ACTIVE {
			color : #C8D8D8;
			text-decoration : none;
		}

		A:LINK.TOP {
			color : Red;
			text-decoration : none;
		}

		A:VISITED.TOP {
			color : Yellow;
			text-decoration : none;
		}

		H1 {
			font-style: normal;
			color: Black;
			text-align: left;
			font : Helvetica;
		}
		H2 {
			color : Black;
			font-family : Helvetica, Arial, sans-serif
		}

		H3 {
			color : Blue;
			font-family : Helvetica, Arial, sans-serif;
		}

		P {
			font-family: Helvetica, Arial, sans-serif;
			font-style: normal;
			text-align : left;
		}

		P.listing {
			font-size : 10pt;
			font-family : Arial, Helvetica, sans-serif;
		}

		A {
			text-decoration: underline;
			font-weight: bold;
			font-style: normal;
			color: #C8D8D8
		}

		DIV.footnote {
			font-family : Helvetica, Arial, sans-serif;
			font-size : 8pt;
		}
		TABLE {
			text-align : left;
			font-family : Helvetica, Arial, sans-serif;
		}

		PRE.golf {
			font-family : Arial, Helvetica, sans-serif;
			font-size : 10pt;
			color : Red;
		}
</style>
