/* ================================
    CSS STYLES FOR Module BusinessProfile
   ================================
*/

A.BusLink:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
A.BusLink:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
A.BusLink:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
A.BusLink:hover {
	color: green;
	text-decoration: underline;
	font-weight: bold;
}
.GoldStar
{
	color: #000000;
	font-weight:bold;
	font-size: 10pt;	
	}
