@charset "utf-8";
* {
	font-family: "微軟正黑體", Century Gothic, Verdana, Tahoma, Arial;
}
body, td, th {
	font-size: 10pt;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #00458A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00458A;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
.row {
	border: none;
	background: #FFFFFF;
	empty-cells: show;
}
.row1 {
	border: none;
	background: #EFEFEF;
	empty-cells: show;
}
.warningtext {
	color: #FF0000;
}
.inputbox {
	font-size: 10pt;
	border: 1px solid #CCCCCC;
	width:90%;
}
.inputbutton {
	font-size: 10pt;
	border: 1px solid #CCCCCC;
	background-image:url(images/button_bg.gif);
	cursor: hand;
}
.pulldown {
	font-size: 10pt;
	border: 1px solid #CCCCCC;
	cursor: hand;
	width:90%;
}
.pg {
	clear:both;
	text-align:center;
	border-top:0px solid #ccc;
	font-size:90%;
}
.pg a {
	margin:0 .3em;
	text-decoration:none;
	color:#003300;
	padding:1px 4px;
	border:1px solid #c8c8c8;
}
.pg a:hover {
	background:transparent;
	color:#000000;
	background-color:#CCFFCC;
	text-decoration:none;
}
.pg a:visited {
	margin:0 .3em;
	text-decoration:none;
	color:#003300;
	padding:1px 4px;
	border:1px solid #c8c8c8;
}
.pg .pga {
	background-color:#003300;
	color:#FFFFFF;
	border:1px solid #c8c8c8;
	padding:1px 5px;
}
.pg .nbg {
	border:none;
	padding:0;
	margin:0 5px;
}
