<style type="text/css">
<!--
        body {
                font-family: Helvetica, Arial;
                font-size: 10pt;
                color: navy;
                background-color: white;
        }

        /* Links */
	A:link {
        	font-family: Helvetica, Arial;
                font-size: 10pt;
       		font-weight: bold;
                text-decoration: none;
		color: red;
	}

	A:visited {
        	font-family: Helvetica, Arial;
                font-size: 10pt;
       		font-weight: bold;
                text-decoration: none;
		color: navy;

	}

        A:hover {
        	font-family: Helvetica, Arial;
                font-size: 10pt;
       		font-weight: bold;
                text-decoration: underline;
		color: #00bb00;
	}

-->
</style>
