.itemText { text-decoration: none; color: #000000; font: 12px Arial, Helvetica }
.itemHover { text-decoration: none; color: #ffffff; font: 13px Arial, Helvetica }
.itemBorder { border: 1px solid black }
body, table, td, tr, th {
	font-family:Arial Unicode MS;
	font-size:9pt;
	text-decoration: none;
	}

a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000ff;
}
	A:hover {
		COLOR: #008000; 
		TEXT-DECORATION: underline;
		font-weight: bold;
	}
	
	a:active {
	text-decoration: none;
	color: #CC9900;
}  









