@charset "utf-8";
/* CSS Document */

a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
