SPAN.clsGlossaryLink {
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
SPAN.clsGlossaryText {
	cursor: help;
}
SPAN.clsGlossaryHelp {
	font-weight: bold;
	cursor: help;
	text-decoration: none;
}

DIV.clsTooltip {
	position: absolute;
	top: 0px;
	left: 0px;

	border-top: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;

	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;

	display: none;

	font-size: 8pt;
	font-family: Arial;
	border-color: #A5BEC9;
	color: black;
	background-color: #C1D3DB;
}
