<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 : #5385BC;
										font-weight : bold;
	 									text-decoration : none;
										font-size : 9pt;
	 								}

	 								A:Visited  {
	 									color : #5385BC;
	 								}

	 								A:Active  {
	 									color : #5385BC;
	 								}

	 								A:Hover  {
	 									color : Red;
	 								}

	 								.indent  {
	 									padding-left : 10;
	 									padding-right : 10;
	 									font-family : arial;
	 								}

	 								.indent2  {
	 									padding-left : 25;
	 									padding-right : 25;
	 									font-family : arial;
	 									font-size : 10pt;
	 								}


	 								body,div,p,td,blockquote,ul,ol,li  {
	 									font-family : Arial;
	 									font-size : 9pt;
										color: #002A5E;
	 								}
</style>