@charset "utf-8";
/* CSS class & general tags used in the site */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hide {
	display:none;
}
.copyright {
	font-size:.9em;
	font-family: "Arial Unicode MS",SimHei, sans-serif;
}
.entext {
	font-family: Georgia, "Times New Romans" ;
}
.chtext {
	font-family:新細明體, 細明體,PMingLiU,MingLiU,新宋体, 宋体, NSimSun, SimSun;

}
.newshead {
	padding:0;
	color:#C92768;
	font-weight:100;
	font-size:1em;
	font-family: "Arial Unicode MS",SimHei, sans-serif;
}
.newsbody {
	padding:0;
	color:#000000;
	font-size:.8em;
	font-family:新細明體, 細明體,PMingLiU,MingLiU,新宋体, 宋体, NSimSun, SimSun;
}

body a:link {
text-decoration:none;
color:#174518;
background-color:#D9E9C5;
}
body a:visited {
text-decoration:none;
color: #888;
background-color:#D9E9C5;
}
body a:hover, body a:focus {
text-decoration:none;
color: #890C08;
}

.transpar {
background:transparent;
background:none;
}
.transpar a:link {
text-decoration:none;
color:#174518;
background: none;
}
.transpar a:visited {
text-decoration:none;
color: #888;
background: none;
}
.transpar a:hover, body a:focus {
text-decoration:none;
color: #890C08;
}
.greenheader, .redheader {
color:#fff;
text-align:center;
font-size:1.2em;
font-family:"Arial Unicode MS", sans-serif;
font-weight:normal;
line-height:30px;
margin:0;
}
.greenheader {
background-color:#174518;
}
.redheader {
background-color:#890C08;
}
.redbutton {
color:#fff;
background:#890C08;
padding:5px 7px;
line-height:1.6em;
}
.engtext {
	font-family: Georgia, "Times New Romans" ;
}