

#tooltip {
	font-family: Arial, sans-serif;
	position: absolute;
	left: 0px;
	width: 150px;
	border: 1px solid #8888ee;
	padding: 2px;
	margin: 0px;
	color: #000000;
	background-color: #ffffaa;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.preformat {
	font: normal normal 10px 'Lucida Console','Courier';
}


a:link {
	color: #334466;
}
a:visited {
	color: #333344;
}
a:hover {
	color: #5B739C;
}
a:active {
	color: #5B739C;
	text-decoration: none;
}

.tref, A.tref, A.tref:hover {
	text-decoration: none;
	color: #000;
}
