<STYLE>

.datatablenowrap {
	background-color: transparent;
	font-family: Arial,Verdana;
	font-size: 8pt;
	color: silver;
	font-weight: normal;
	overflow: hidden;
	nowrap;
	}

A.datatablenowrap:link {
	color: silver;
}

A.datatablenowrap:visited {
	color: silver;
}

A.datatablenowrap:active {
	color: silver;
}

A.datatablenowrap:hover {
	background-color: #0080C0;
	font-family: silver;
	color: white;
}


</STYLE>