#dhtmltooltip{
	font-size: 0.8em;
	position: absolute;
	left: -300px;
	width: 25em;
	border: 1px solid #000;
	padding: 5px;
	background-color: #FFFFE0;
	visibility: hidden;
	z-index: 100;
}
#dhtmlpointer{
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
A.url:link, A.url:visited{
	border-bottom: 1px dotted;
	color: #36C;
}
A.url:hover{
	border-bottom: 1px dotted;
	color: #369;
}
A.tooltip:link, A.tooltip:visited{
	border-bottom: 1px dotted;
	color: #090;
}
A.tooltip:hover{
	border-bottom: 1px dotted;
	color: #663;
}

