a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a:hover, a:active {
	color: #82A5C1;
}

a.small:link, a.small:visited {
	font-size: 11px;
	color: #000;
	text-decoration: none
}

a.small:hover, a.small:active {
	font-size: 11px;
	color: #000;
	text-decoration: underline
}

a.smallGrey:link, a.smallGrey:visited {
	font-size: 11px;
	color: #666;
	text-decoration: none
}

a.smallGrey:hover, a.smallGrey:active {
	font-size: 11px;
	color: #000;

}