td { font-family: Arial, Helvetica, sans-serif;  font-size: 9pt;  color: #333333;   }
a{ text-decoration: none;  font-weight: bold;  }
a:link {
	text-decoration: none; color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline; color: #999999;
	font-weight: bold;
}
a:visited {
	text-decoration: underline; color: #333333;
}
a:active {
	text-decoration: underline; color: #333333;
}