.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.textBold a:link {
	color: 132639;
	font-weight: normal;
	text-decoration: underline;
}
.textBold a:active {
	color: 132639;
	font-weight: normal;
	text-decoration: underline;
}
.textBold a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.textBold a:hover {
	color: 677D93;
	font-weight: normal;
	text-decoration: none;
}