.normallink, A.normallink:LINK, A.normallink:VISITED, A.normallink:ACTIVE {
	color: #173E6E;
	font-family: Arial,Helvetica,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	line-height: 18px;
	margin-left:10px;
	text-decoration : none;
}

A.normallink:HOVER {
	color: #b81b21;
	text-decoration : underline;
}

.boldlink, A.boldlink:LINK, A.boldlink:VISITED, A.boldlink:ACTIVE {
	color: #173E6E;
	font-family: Arial, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	line-height: 20px;
	text-decoration: none;
}
A.boldlink:HOVER {
	color: #b81b21;
	text-decoration : underline;
}