a.help {
	border-bottom: 1px dotted #0000E1;
	color: #000000;
	cursor: help;
}
a.help span.hint {
	display: none;
	text-align: left;
	text-indent: 0px;
}
a.help:hover {
	position: relative;
	z-index: 21;
	text-decoration: none;
}
a.help:hover span.hint {
	display: block;
	position: absolute;
	top: 14px;
	left: 40px;
	background: #FFFFF3;
	border: 3px ridge #D7DCDC;
	color: #000000;
	z-index: 20;
	width: 350px;
	padding: 5px;
	text-decoration: none;
}
a.help:hover span.hint ol {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 6pt;
}
