a.click:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.click {
	text-decoration: none;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a.mainlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666666;
}
a.mainlink:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
}
a.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #666666;
}
a.link:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
}

