@charset "utf-8";

.locations {
	font-family: "Arial", "新細明體", "細明體", ;
	font-size: 10pt;
	color: #666666;
	line-height: 1.25em;
}

.locations-name {
	font-family: "Arial", "新細明體", "細明體";
	color: #153EA6;
	font-weight: bold;
	background-image:  url("/images/bullets/news_arrow.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 1px;
}

.locations a {
	font-family: "Arial", "新細明體", "細明體", ;
	color: #000099;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.locations a:link {
	text-decoration: none;
}

.locations a:visited {
	text-decoration: none;
}

.locations a:hover {
	color: #000099;
	text-decoration: none;
}

.locations a:active {
	text-decoration: none;
}

