<STYLE TYPE="TEXT/CSS"><!--

A:active	{
	color: red;
	font-size: 12pt;
	font-family: arial;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
}
A:visited	{
color:red;
font-size:12pt;
font-family:arial;
font-style:normal;
font-weight:bold;
text-decoration:none;
cursor:default;
	}
A:link	{
	color: #EA264D;
	font-size: 12pt;
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
A:hover	{
color:white;
font-size:12pt;
font-family:arial;
font-style:normal;
font-weight:bold;
text-decoration:none;
cursor:default;
	}
//--></STYLE>