/* CSS Document */
a:link {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #b7ee10;
}
a:active {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #5c7808;
}
a:visited {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #b7ee10;
}
a:hover {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #5c7808;
}