/* CSS Document */
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #3064B1;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
a {
	font-family: Tahoma;
	font-size: 12px;
}
