/* CSS Document */

table.sq  table.sq a {
	text-decoration: none;
	color: black;
}
table.sq a span {
	display: none;
}
table.sq a:hover span {
	display: block;
	position: fixed;
	padding: 0px;
	margin: 2px;
	z-index: 1;
	font: 12px Verdana, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	width: 300px;
}
table.sq a:hover {
	/*color: #333333;*/
	border-right: 5px double white;
}
