/* CSS Document */
a.top {
	font-family: Arial;
	font-size: 10pt;
	line-height: 175%;
	color: 333333;
}
a.top:link {
	text-decoration: none;
}
a.top:visited {
	text-decoration: none;
	color: 333333;
}
a.top:hover {
	text-decoration: underline;
	color: 333333;
}
a.top:active {
	text-decoration: none;
	color: 333333;
}

a.info {
	font-family: Arial;
	font-size: 9pt;
	line-height: 175%;
	color: 000000;
}
a.info:link {
	text-decoration: none;
}
a.info:visited {
	text-decoration: none;
	color: 000000;
}
a.info:hover {
	text-decoration: underline;
	color: FF4E00;
}
a.info:active {
	text-decoration: none;
	color: 000000;
}

a.more {
	font-family: Arial;
	font-size: 10pt;
	line-height: 175%;
	color: FF3300;
}
a.more:link {
	text-decoration: none;
}
a.more:visited {
	text-decoration: none;
	color: FF3300;
}
a.more:hover {
	text-decoration: underline;
	color: FF3300;
}
a.more:active {
	text-decoration: none;
	color: FF3300;
}

a.pro {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	line-height: 175%;
	
}
a.pro:link {
	text-decoration: none;
	
}
a.pro:visited {
	text-decoration: none;
}
a.pro:hover {
	text-decoration: underline;
}
a.pro:active {
	text-decoration: none;
}

a.page {
	font-family: Arial;
	font-size: 10pt;
	line-height: 175%;
	color: FF3300;
}
a.page:link {
	text-decoration: underline;
}
a.page:visited {
	text-decoration: underline;
	color: FF3300;
}
a.page:hover {
	text-decoration: underline;
	color: FF3300;
}
a.page:active {
	text-decoration: underline;
	color: FF3300;
}
/*-----function link-----*/
a.function {
	font-family: Arial;
	font-size: 10pt;
	color: 000000;
	text-decoration: underline;
}
a.function:hover {
	text-decoration: none;
	color: E07722;
}
/*-----icp link-----*/
a.icp {
	font-family:"ËÎÌå";
	font-size:13px;
	color:#000;
}
a.icp:link {
	text-decoration:none;
}
a.icp:visited {
	text-decoration:none;
}
a.icp:hover {
	text-decoration:none;
}
a.icp:active {
	text-decoration:none;
}