body {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 10pt;
	background-image: url(../images/bk.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #bdbec2;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}
td,th {
	font-family: 新細明體, Arial;
	font-size: 10pt;
}
.table{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.tit1 {
	font-size: 16px;
	line-height: 30px;
	color: #075294;
	font-weight: bold;
}
.tit2 {
	font-size: 10pt;
	font-weight: bold;
}
.context1 {
	font-size: 10pt;
	line-height: 16pt;
}
.manu {
	font-size: 10pt;
	line-height: 20pt;
	color: #003399;
}
.table_cen{
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/bk_table.png);
}