a:link, a:visited {
	text-decoration: none;
	color: rgb(123, 130, 143);
}

a:link:hover, a:visited:hover {
	text-decoration: underline;
	color: rgb(123, 107, 82);
}

a.termLink:link, a.termLink:visited {
	text-decoration: underline;
	background: url(../../images/link.gif) top right no-repeat;
	padding-right: 10px;
}

a img {
	border: 0;
}
