<!--

BODY, P, TD, LI {
	font-family: serif;
	font-size: 8pt;
	font-style: normal;
	color: Blue;
}

a:active {
	font-family: serif;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	color: #00BFFF;
}
a:link {
	font-family: serif;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	color: Blue;
}
a:visited {
	font-family: serif;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	color: #666666;
}
a:hover {
	font-family: serif;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	color: Red;
}

STRONG a:active {
	font-family: serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	color: White;
}
STRONG a:link {
	font-family: serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	color: Yellow;
}
STRONG a:visited {
	font-family: serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	color: Yellow;
}
STRONG a:hover {
	font-family: serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	color: White;
}

-->