@charset "utf-8";
.link{
	font-family: Arial, "新細明體";
	color: #000033;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
a.link:link {
	font-family: Arial, "新細明體";
	font-size: 12pt;
	color: #000033;
	font-weight: bold;
	text-decoration: none;

}
a.link:visited {
	font-family: Arial, "新細明體";
	font-size: 12pt;
	color: #000033;
	text-decoration: none;
	font-weight: bold;

}
a.link:hover {
	font-family: Arial, "新細明體";
	font-size: 12pt;
	color: #000033;
	text-decoration: underline;
}
.linkm{
	font-family: Arial, "新細明體";
	color: #333333;
	font-size: 9pt;
	text-decoration: none;
	padding-right:10px;
}
a.linkm:link {
	font-family: Arial, "新細明體";
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a.linkm:visited {
	font-family: Arial, "新細明體";
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a.linkm:hover {
	font-family: Arial, "新細明體";
	font-size: 9pt;
	color: #333333;
	text-decoration: underline;
}
.linkb{
	font-family: Arial, "新細明體";
	color: #0061ae;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
}
a.linkb:link {
	font-family: Arial, "新細明體";
	font-size: 12pt;
	color: #0061ae;
	text-decoration: none;
	padding-right:13px
	font-weight: bold;

}
a.linkb:visited {
	font-family: Arial, "新細明體";
	font-size: 12pt;
	color: #0061ae;
	text-decoration: none;
	padding-right:13px
	font-weight: bold;

}
a.linkb:hover {
	font-family: Arial, "新細明體";
	font-size: 12pt;
	color: #0061ae;
	text-decoration: underline;
	padding-right:13px
	font-weight: bold;
}
.title {
	font-family: Arial, "新細明體";
	font-size: 12pt;
	line-height: 21px;
	font-weight: bold;
	color: #163975;
}

