.tooltip
{
  width: 320px;
  w\idth: 320px;
  height: 140px;
  he\ight: 140px;
  padding: 10px 10px 0px 5px;
  background-image: url(tooltip.jpg);
	background-repeat:  repeat-x;
  font-size: 80%;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
.hastooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B812E;
	font-weight: bold;
	text-decoration: none;
}
a.hastooltip:link {
	color: #1B812E;
}
a.hastooltip:link:hover {
	color: #75FF78;
}
a.hastooltip:visited {
	color: #1B812E;
}
a.hastooltip:visited:hover {
	color: #75FF78;
}
a.hastooltip:active {
	color: #1B812E;
	}
