@charset "utf-8";
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #666666;
	font-style: normal;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #CCCCCC;
	font-style: normal;
	text-decoration: none;
} 
.link2 a {
	color: #000000;
	font-size: 10pt;
	text-decoration: underline;
}
.link2 a:visited {
	color: #666666;
	font-size: 10pt;
}
.link2 a:hover {
	color: #999999;
	font-size: 10pt;
	text-decoration: underline;
}

