
		body,div,p,td,blockquote,ul,ol,li  {
			font-family : Arial;
			font-size : 10pt;
		}

		H1  {
			font-size : 10pt;
			font-family : Arial;
			color : black;
		}

		H2  {
			font-size : 12pt;
			font-family : Arial;
		}

		H3  {
			font-weight : bold;
			font-family : Arial;
			font-size : 11pt;
		}

		A  {
			color : maroon;
			text-decoration : none;
		}

		A:Visited  {
			color : Maroon;
		}

		A:Active  {
			color : Blue;
		}

		A:Hover  {
			color : teal;
		}

		.small  {
			font-size : 9pt;
			font-family : Arial;
			font-weight : normal;
			font-style : normal;
			color : Black;
		}


		.indent  {
			padding-left : 10pt;
			padding-right : 10pt;
			font-family : Arial;
			font-size : 10pt;
			font-weight : normal;
			font-style : normal;
			color : Black;
		}

		.indentmore  {
			padding-left : 25pt;
			padding-right : 10pt;
			font-family : Arial;
			font-size : 10pt;
			font-weight : normal;
			font-style : normal;
			color : Black;
		}

		.button  {
			font-family : Arial;
			font-size : 10pt;
			font-weight : normal;
			font-style : normal;
			color : Black;
		}

		strong {
			font-weight : bold;
		}

		B {
			font-weight : bold;
		}
