a.a:link {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: 333333;
	text-decoration: none;
}
a.a:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: 333333;
	text-decoration: none;
}
a.a:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: 330000;
	text-decoration: underline;
}

a.b:link {

	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: 333333;
	text-decoration: none;
}
a.b:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: 333333;
	text-decoration: none;
}
a.b:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: 990000;
	text-decoration: none;
}

a.c:link {

	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: CC0000;
	text-decoration: none;
}
a.c:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: CC0000;
	text-decoration: none;
}
a.c:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: CC0000;
	text-decoration: underline;
}

