.tb A:link {
	display: block;
	color: #0033CC;
	text-decoration: none;
}
.tb A:visited {
	display: block;
	text-decoration: none;
	color: #0080C0;
}
.tb A:hover {
	BACKGROUND: #D5ECF4;
	display: table-cell;
	color: #000099;
	padding: 1px;
	height: auto;
	width: auto;
}
.tb A:hover IMG {
	FILTER: alpha(opacity=60, style=0);
}
.tb .none A:link {
}
.tb .none A:visited {
}
.tb .none A:hover {
}
.tb .none A:hover IMG {
}
.tb A:active {
	display: table-cell;
	color: #00CCFF;
	text-decoration: none;
	border: 1px solid #0099FF;
}