body, p, li, td	{
	font-family: "Arial", "sans serif";
	font-weight: plain;
	font-size: 10pt;
	color: 000000;
	}
a, a:visited	{
	color: 4A79A2;
        text-decoration: none;
	}
a:hover, a:visited:hover	{
	color: FF0000;
        text-decoration: underline;
	}
.credit:link, .credit:visited	{
	font-family: "Arial", "sans serif";
	font-size: 7pt;
	color: 666666;
        text-decoration: none;
	}
.credit:hover, .credit:visited:hover	{
	font-family: "Arial", "sans serif";
	font-size: 7pt;
	font-weight: plain;
	color: 333333;
        text-decoration: underline;
	}
HR	{
	color: 464370;
	height: 1;
	}