/* CSS Document */

a:link, a:visited {
	font-family: "Trebuchet MS", Arial, Hevetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	font-family: "Trebuchet MS", Arial, Hevetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	text-decoration: underline;
}
