a.help, a.help:link, a.main:visited, a.main:active {
	cursor: help;
	font-size: 9pt;
	text-decoration: none;
	line-height: 150%
	}
a.help:hover {
	border-top: solid 1px #FF0000;
	border-left: dashed 1px #FF0000;
	border-bottom: solid 1px #FF0000;
	border-right: dashed 1px #FF0000;
	text-decoration: none;
	line-height: 150%
	}
