a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.tableMouseOutCell {
	CURSOR: hand; COLOR: #333333; BACKGROUND-COLOR: #ffffff
}
.tableMouseOverCell {
	CURSOR: hand; COLOR: white; BACKGROUND-COLOR: #CCFF99
}
.MouseOutCell {
	CURSOR: hand; COLOR: #333333; BACKGROUND-COLOR: #F4F4F4
}
.MouseOverCell {
	CURSOR: hand; COLOR: white; BACKGROUND-COLOR: blue
}