<style>
<!--
	.header {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 16pt;
		color : #000066;
		font-weight : bold;
		font-style : italic;
	}

	a {
		color : #000066;
		font-weight : bold;
		text-decoration : none;
	}

	a:alink {
		color : black;
		font-weight : bold;
	}

	a:vlink {
		color : #000066;
		font-weight : bold;
		text-decoration : none;
	}

	a:hover {
		color : #000066;
		font-weight : bold;
		text-decoration : underline;
	}
	
	a.menu {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11pt;
		color : #336699;
		font-weight : bold;
		text-decoration : none;
	}

	a.menu:alink {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11pt;
		color : black;
		font-weight : bold;
	}

	a.menu:vlink {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11pt;
		color : #336699;
		font-weight : bold;
		text-decoration : none;
	}

	a.menu:hover {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11pt;
		color : #336699;
		font-weight : bold;
		text-decoration : underline;
	}
	
	a.copy {
		color : #999999;
		font-weight : normal;
		text-decoration : none;
	}

	a.copy:alink {
		color : #CCCCCC;
		font-weight : normal;
		text-decoration : none;
	}

	a.copy:vlink {
		color : #999999;
		font-weight : normal;
		text-decoration : none;
	}

	a.copy:hover {
		color : #CCCCCC;
		font-weight : normal;
		text-decoration : underline;
	}
	
	.main {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11pt;
		color : #333333;
		text-align : justify;
	}
	
	.main2 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11pt;
		color : #333333;
	}
	
	.hide {
		display : none;
	}
	-->
</style>