<STYLE TEXT="text/css">
<!--
A:link
	{
	text-decoration: none;
	color: blue;
	}
A:visited
	{
	text-decoration: none;
	color: blue;
	}
A:active
	{
	text-decoration: none;
	color: red;
	}
A:hover
	{
	text-decoration: none;
	color: red;
	}
A.bold:link
	{
	text-decoration: none;
	color: black;
	font-weight: bold;
	}
A.bold:visited
	{
	text-decoration: none;
	color: black;
	font-weight: bold;
	}
A.bold:active
	{
	text-decoration: none;
	color: red;
	font-weight: bold
	}
A.bold:hover
	{
	text-decoration: none;
	color: red;
	font-weight: bold
	}
span.bold
	{
	color: black;
	font-weight: bold
	}
span.active
	{
	color: red;
	}
span.head1
	{
	font-size: 30px;
	font-weight: bold
	}
span.head2
	{
	font-size: 16px;
	font-weight: bold
	}
td
	{
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: black
	}
-->
</STYLE>
