@charset "utf-8";
a:link {
	color: #3b4f57;
	text-decoration: none;
}
a:visited {
	color: #3b4f57;
	text-decoration: none;
}
a:hover {
	color: #3b4f57;
	text-decoration: underline;
}
a:active {
	color: #3b4f57;
	text-decoration: none;
}
body {
	height:100%;
	margin: 0px;
	background-color: #ffffff;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
td,th {
	font-family: "新細明體", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #3b4f57;
	line-height: 16px;
}

p {
	margin-top:0px;	
	margin-bottom:16px;
}
li{
	list-style-image:url(images/square_small.gif);
	margin-top:5px;
}
ul{
	padding-left:0px !important; /* firefox*/
	margin-left:18px;
}
a img{
	border: 0px solid #000000;
}
