<STYLE TYPE="text/css">
	a {
		color: Black;
		text-decoration: none;
	}
	a:link {
		color: Black;
		text-decoration: none;
	}
	a:visited {
		color: Black;
		text-decoration: none;
	}
	a:hover {
		color: Blue;
		text-decoration: none;
	}
	body {
		background-color: White;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	h1 {
		text-transform : uppercase;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: large;
		font-weight: bold;
		color: Blue;
	}
	h2	{
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: large;
		font-weight: bold;
	}
	h3	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: medium;
		font-weight: bold;
	}
	p	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: small;
	}
	ul, ol	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: small;
	}
	td	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: small;
	}
	th	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: small;
		font-weight: bold;
	}
	pre	{font-family: monospace;
	}
	hr {
		height: 1pt;
		color: #000066;
	}
</style>
