@charset "utf-8";

.news {
	font-family: "Arial", "新細明體", "細明體", ;
	font-size: 12px;
	color: #666666;
	line-height: 1.25em;
	font-weight:normal;
}

.news-title {
	font-family: "Arial", "新細明體", "細明體";
	font-size:15px;
	color: #153EA6;
	font-weight: bold;
	background-image:  url("/images/bullets/news_arrow.gif");
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 14px;
	background-position: 1px;
}

.news-title-frontpage {
	font-family: "Arial", "新細明體", "細明體";
	font-size:13px;
	color: #153EA6;
	font-weight: bold;
	background-image:  url("/images/bullets/news_arrow.gif");
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 14px;
	background-position: 1px;
}

.news-timestamp {
	font-family: "Arial", "新細明體", "細明體";
	font-size: 12px;
	color: #CAE03F;
	font-weight: bold;
}

.news a {
	font-family: "Arial", "新細明體", "細明體", ;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.news a:link {
	text-decoration:underline;
}

.news a:visited {
	text-decoration:underline;
}

.news a:hover {
	color: #006600;
	text-decoration:underline;
}

.news a:active {
	text-decoration:underline;
}

