.mustard
	{
	font-family: Arial,helv,helvetica,sans-serif;
	font-size: 9pt;
	margin-left: 20px;
	color: black;
	}
.heavy
	{
	font-family: Arial,helv,helvetica,sans-serif;
	font-size: 10pt;
	font-weight:bold;
	}
.Title
	{
	font-family: Arial,helv,helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: darkblue;
	}

a.nav:link, a.nav:visited
	{
	font-family: Arial,helv,helvetica,sans-serif;
	color: white;
	text-decoration: none;
	}
a.nav:active, a.nav:hover
	{
	font-family: Arial,helv,helvetica,sans-serif;
	color: red;
	text-decoration: underline;
	}
a.nav2:link, a.nav2:visited
	{
	font-family: Arial,helv,helvetica,sans-serif;
	color: red;
	text-decoration: none;
	}
a.nav2:active, a.nav2:hover
	{
	font-family: Arial,helv,helvetica,sans-serif;
	color: red;
	text-decoration: underline;
	}
