

//<style type="text/css">{  }
A:link	{
	text-decoration: underline;
	color: #ffff00
	}

A:visited	{
	text-decoration: underline;
	color: #ffff00
	}

A:active	{
	text-decoration: underline;
	color: #ffffff
	}

A:hover	{
	text-decoration: underline;
	color: #ffffff
	}

body A:link
	{
	text-decoration: none;
	color: darkred
	}

body A:visited
	{
	text-decoration: none;
	color: darkred
	}

body A:active
	{
	text-decoration: none;
	color: darkred
	}

body A:hover
	{
	text-decoration: none;
	color: white
	}

td { font-size: 10pt; font-family: arial, sans-serif; }
.nav { font-size: 8pt; font-family: arial, sans-serif; }
.heading { font-size: 14pt; font-family: arial, sans-serif; margin-left:15; margin-right:15; }
p {margin-left:15; margin-right:15;}
.indent {margin-left:15; margin-right:15;}
//-->
//</style>
