<style TYPE="text/css">       
<!--
	BODY	{
		background-color : White;
		background-image : URL(images/back-paper.html);
		background-attachment : fixed;
		}
	A:link  {
		text-decoration : underline;
		color : Navy;
		font-family : Verdana,Arial,Helvetica,sans-serif;
		}

	A:visited {
		text-decoration : underline;
		color : Navy;
		font-family : Verdana,Arial,Helvetica,sans-serif;
		}

	A:active {
		text-decoration : underline;
		font-family : Verdana,Arial,Helvetica,sans-serif;
		color : Blue;
		}

	A:hover {
		text-decoration : underline;
		color : Red;
		font-family : Verdana,Arial,Helvetica,sans-serif;
		}

	H1	{
		font-family : Verdana,Arial,Helvetica,sans-serif;
		color : Purple;
		text-align : center;
		}

	H2	{
		font-family : Verdana,Arial,Helvetica,sans-serif;
		color : Gray;
		}

	.main-notice
		{
		font-family : Verdana,Arial,Helvetica,sans-serif;
		font-size: 8pt;
		line-height: 9px;
		color : Blue;
		}
	.text-justify
		{
		font-family : Arial,Helvetica,sans-serif;
		font-size: 11pt;
		text-align : justify;
		}
	.text-center
		{
		font-family : Arial,Helvetica,sans-serif;
		font-size: 11pt;
		text-align : center;
		}
-->
</style>