/* CSS Document */
<style type="text/css">		
		body  {
			font-family : arial;
			font-size : 10pt;
		}
		
		td {
			font-family : arial;		
			font-size : 10pt;			
		}

		H1  {
			font-size : 12pt;
			font-family : arial;
			color : #000000;
		}

		H2  {
			font-size : 11pt;
			font-family : arial;
			color:#006633;
		}

		H3  {
			font-weight : bold;
			font-family : arial;
			font-size : 10pt;
		}

		A  {
			color : #336699;
			text-decoration : underline;
			font-family : arial;
			font-size : 10pt;
		}

		A:Hover  {
			color : #999999;
			font-family : arial;
			font-size : 10pt;
			text-decoration : underline;
		}

		strong {
			font-weight : bold;
			font-family : arial;
			font-size : 10pt;
		}

		div {
			font-family : arial;
			font-size : 10pt;
		}
				
</style>

