a:link {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #3333FF;
	text-decoration: none;
}
a:visited {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
a.gold:link {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}
a.gold:visited {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #666600;
	text-decoration: none;
}
a.gold:hover {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFCC99;
	padding: 1px;
	border: thin dotted #FF0000;
}
a.gold:active {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #FF0000;
}
a.black:link {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.black:visited {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a.black:hover {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a.black:active {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.red:link {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;
}
a.red:visited {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}
a.red:hover {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #993300;
	text-decoration: underline;
	background-color: #FFCCCC;
	border: thin double #FF6600;
}
a.red:active {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #FF0000;
}
