@charset "utf-8";
BODY {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	FONT: arial,新細明體;
	BORDER-RIGHT-WIDTH: 0px;
	margin: 0px;
}
TD {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT: arial,新細明體; BORDER-RIGHT-WIDTH: 0px
}
input,select,button{
	font-size: 9pt;
	}
.th1 /* 表頭1 */
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6633CC;
}
.th2 /* 表頭2 */
{
	font-weight: bold;
	color: #000000;
	background-color: #D6D3CE;
}
.th3 /* 表頭3 */
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}



.td1a /* 表格1a */
{
	background-color: #FFFFCC;
}
.td1b /* 表格1b */
{
	background-color: #CCFF99;
}
.td2a /* 表格2a */
{
	background-color: #FFFFFF;
}
.td_red /* 紅色表格 */
{
	background-color: #FF0000;
	font-weight: bold;
	color: #000000;
}

A:link {
COLOR: #0000FF; TEXT-DECORATION: none}
A:visited {
COLOR: #0066FF; TEXT-DECORATION: none}
A:hover {
COLOR: #ff3300; TEXT-DECORATION: underline
}

.p1 {
	font-size: 11pt;
	line-height: 150%;
}
.s1 {
	font-size: 9pt;
	line-height: 150%;
}
.special {
	color: #FF0000;
	font-weight:bold;
}