<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY	{
	background: #ffffff;
	color: #000000;
        font-family: Times;
        font-weight: normal;
        font-size: 14;
        line-height: 1;
        margin-top: 1.5;
        margin-bottom: 1;
        }

H1	{
	color: #003366;
	}
H2	{
	color: #003366;
	}
H3	{
	color: #003366;
	}
H4	{
	color: #003366;
	}
H5	{
	color: #003366;
	}

HR	{
	color: #336699;
	}

TABLE	{
	border-collapse: collapse;
	rules : all;
        font-family: Times;
        font-size: 14;
        line-height: 1.5;
        margin-top: 1.5;
        margin-bottom: 1.25;
	}
TABLE.SMALL	{
	font-family: Times;
        font-size: 12;
	}
TABLE.PINK	{
	background-color: #ffc1d0;
	}

TD.WHITE	{
	background-color: #ffffff;
	}
TD.PINK	{
	background-color: #ffc1d0;
	}
TD.YELLOW	{
	background-color: #ffff93;
	}
TD.BLUE	{
	background-color: #c2d4e4;
	}

A:LINK	{
	text-decoration: underline;
	color: #a50b1f;
	}
A:VISITED	{
	text-decoration: underline;
	color: #a50b1f;
	}
A:ACTIVE	{
	text-decoration: underline;
	color: #f12841;
	}

A.ONPINK:LINK   {
        color: #7b0019;
        }
A.ONPINK:VISITED        {
        color: #7b0019;
        }
A.ONPINK:ACTIVE {
        color: #003366;
        }

A.NOUNDERLINE:LINK	{
	text-decoration: none;
	}
A.NOUNDERLINE:VISITED	{
	text-decoration: none;
	}
A.NOUNDERLINE:ACTIVE	{
	text-decoration: none;
	}

</pre></body></html>