body { 
	background-color:#FFFFFF;
	background:url(../images/pub_aoc_vert2.gif) no-repeat 160px 34px;
	margin:0px;
	padding:0px;
	font-family:Arial, PMingLiu, Tahoma, Verdana, sans-serif;
	font-size:0.95em;
	line-height:140%;
	color:#555555;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#E3E4E7;
	scrollbar-3dlight-color:#E3E4E7;
	scrollbar-darkshadow-color:#888888;
	scrollbar-arrow-color:#888888;
	height:100%;
}
a, a:visited {
	text-decoration:none;
	color:#404040;
}
a:hover, a:active {
	text-decoration:underline;
	color:#797979;
}
.separator{
	clear:both;
}
#LeftMenu {
	visibility:show;
	top:35px;
	left:5px;
	width:140px;
	z-index:1px;
	_position:fixed; !important;
	position:absolute;
	_top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop+35:document.body.scrollTop+35);
}
#speciallink {
	float:right;
	font-size:0.8em;
	line-height:120%;
	color:#666666;
}
#speciallink a, speciallink a:visited {
	text-decoration:none;
	color:#666666;
}
#speciallink a:hover {
	text-decoration:none;
	color:#4478CB;
}
#container {
	padding:34px 0 60px 0;
	width:885px;
}
#mainbody {
	margin-left:285px;
	padding:0px;
	width:600px;
	overflow:auto;
	border-top:solid 1px #5F5F5F;
	background:url(../images/body_bg01_blue.jpg) no-repeat top right;
}
#title{
	font-size:1.2em;
	font-weight:bold;
	color:#CFDCFE;
	padding:12px 0 15px 0;
}
#navigate{
	font-size:0.8em;
	color:#6E8CBC;
	padding:0 0 10px 0;
}
#navigate a {
	color:#6E8CBC;
}
#navigate a:hover {
	text-decoration:none;
	color:#A2315D;
}
#navigate .arrow {
	margin:0 5px;
}
.separator{
	clear:both;
}
H3 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:100%;
	color:#0744B0;
	margin:1.5em 0 0.8em 0;
	padding:0.5em 0.5em 0.5em 12px;
	background:url(../images/headline_bg1.gif) no-repeat 0 15px;
}
H5 {
	font-size:1em;
	font-weight:bold;
	line-height:100%;
	color:#0753B1;
	margin:0 0 1em 0;
	padding:0px;
}
A.H3, A.H3:Visited {
	text-decoration:none;
	color:#0744B0;
}
A.H3:Hover, A.H3:Active {
	text-decoration:underline;
	color:#0075E9;
}
DIV.brief {
	text-align:justify;
	margin:0 0 1em 0;
}
P.p1 {
	text-indent:2em;
	text-align:justify;
	margin:0 0 1em 12px;
	font-family: 'Noto Serif TC', sans-serif;
}
P.brief {
	text-align:justify;
	margin:0 0 1em 12px;
}
P.anchor{
	text-align:right;
	margin:-0.2em 0 0.5em 0;
}
TD {
	font-family: 'Noto Sans TC', sans-serif;
}
TD.point {
	color:#285E36;
	padding-right:10px;
	vertical-align:top;
	font-family: 'Noto Sans TC', sans-serif;
}
TD.brief {
	text-align:justify;
	vertical-align:top;
	font-family: 'Noto Serif TC', sans-serif;
}
TD.itemleft {
	text-align:justify;
	padding-right:30px;
	vertical-align:top;
	font-family: 'Noto Sans TC', sans-serif;
}
.heading1 {
	font-weight:bold;
	color:#FFFFFF;
	background:#A7C9FF;
	padding:0.1em;
	text-align:center;
	vertical-align:middle;
}
.heading2 {
	font-weight:bold;
	color:#0744B0;
	padding-top:0.5em;
	vertical-align:top;
}
OL.numList {
	list-style:decimal outside;
	margin:0px 0px 0px 4px; 
	padding:0 0 0 1.6em;
	text-align:justify;
}
OL.discList {
	list-style:disc outside;
	margin:0px 0px 0px 0px; 
	padding:0 0 0 1.3em;
	text-align:justify;
}
.english{
	font-family:Verdana, Arial, Helvetica;
}
.note{
	font-size:0.8em;
}
#footer {
	font-size:0.7em;
	font-family:Arial, Helvetica;
	font-weight:bold;
	color:#505050;
	position:fixed; !important;
	bottom:0px;
	z-index:5px;
	width:885px;
	height:60px;
	_position:absolute;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	background:url(../images/body_botbg01_blue.jpg) repeat-x bottom left;

}
#footer	a:hover {
	text-decoration:none;
	color:#7B7B7B;
}
#copyright {
	float:left;
	margin:30px 0 0 10px;
}
#contact {
	float:right;
	margin:30px 10px 0 0;
}
.error {
	font-size:0.98em;
	font-weight:bold;
	color:#FA2236;
}
.error a, .error a:visited {
	text-decoration:none;
	color:#FA2236;
}
.error a:hover {
	text-decoration:underline;
	color:#FF6F7C;
}
#errAlert, .errAlert{
	color:red;
	background:#eee;
	text-align:left;
	margin:20px 0; 
	padding:1px 10px;
}
#errAlert a, #errAlert a:visited, .errAlert a, .errAlert a:visited{
	color:#d30000;
}
#errAlert a:hover, #errAlert a:active, .errAlert a:hover, .errAlert a:active{
	color:#ff5151;
}
#noteAlert, .noteAlert{
	color:#3135c5;
	font-weight:bold;
	background:#eee;
	text-align:left;
	margin:20px 0; 
	padding:10px;
}
.functionlink{
	font-weight:bold;
	text-align:right;
}
.functionlink IMG{
	vertical-align:middle;
	margin-right:2px;
}
.bgonce {
	background-repeat:no-repeat;
}
.inputA{
	border-color:#8983F8;
	font-size:0.8em;
	background-color:#ffffff;
	border-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	cursor:hand
}
.submitA{
	background-color:#CFCFC9;
	height:22px;
	border-color:#E0E7E0 #999999 #999999 #E0E7E0;
	font-size:0.7em;
	border-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	cursor:hand;
}
.butUpdated{
	background:red;
	color:#FFF;
}
Strong{
	color:#7F4C1E;
}
#attention{
	color:#FF3333;
}
.attention{
	color:#FF3333;
}
.label  {
	font-weight:bold;
	padding-right:1em;
	vertical-align:top;
}
.padright  {
	padding-right:1em;
	vertical-align:top;
}

.tblbound{
	border:1px solid #b5b4b4;
}
.tblbasic{
	background:#b5b4b4;
}
.tblbasic td{
	padding:0.2em;
}
.tblHead{
	font-weight:bold;
	text-align:center;
	height:1.5em;
	background:#c0c8e1;
	white-space:nowrap;
}
.tblHead2{
	font-weight:bold;
	text-align:center;
	height:1.4em;
	background:#7d98b1;
	white-space:nowrap;
}
.tblHead3{
	color:#fff;
	font-weight:bold;
	background-color:#999999;
	padding:0.2em;
	white-space:nowrap;
}
.tblLeftHead{
	font-weight:bold;
	text-align:center;
	background:#cccccc;
	white-space:nowrap;
}
.tblLeftHead2{
	padding-right:1em;
	font-weight:bold;
	text-align:right;
	white-space:nowrap;
}
.tblRowFail{
	background:#bdbdbd;
	vertical-align:top;
}
.tblRow0{
	background:#eaeaf5;
	vertical-align:top;
}
.tblRow1{
	background:#f8f8fe;
	vertical-align:top;
}
.tblbasic .tblRow0, .tblbasic .tblRow1{
	text-align:center;
}
.tblSetRow0{
	background:#cccccc;
	vertical-align:top;
}
.tblSetRow1{
	background:#eaeaf5;
	vertical-align:top;
}
.tblFuncButtonRow{
	background:#aaa;
	text-align:center;
	font-weight:bold;
}
.tblFuncRow{
	background:#5c7299;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.tblFuncRow a, .tblFuncRow a:visited{
	color:#fff;
}
.tblFuncRow a:hover, .tblFuncRow a:active{
	color:#eee;
}
.tblFuncRow img{
	padding-right:2px;
}
.tblSepTop{
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:red;
}
.tblSepLeft{
	border-left-style:dashed;
	border-left-width:1px;
	border-left-color:red;
}
.tblSepRight{
	border-right-style:dashed;
	border-right-width:1px;
	border-right-color:red;
}
.tblTrans{
	border:1px solid #ccc;
}
.tblRowTransHead{
	background:url(../images/tblrow_bg_head.gif);
	vertical-align:top;
	font-weight:bold;
}
.tblRowTrans0{
	background:url(../images/tblrow_bg0.gif);
	vertical-align:top;
}
.tblRowTrans1{
	background:url(../images/tblrow_bg1.gif);
	vertical-align:top;
}
.tblRowTrans_highlight{
	background:url(../images/tblrow_bg_highlight.gif);
	color:#555;
	cursor:pointer;
}
.tblRowTrans_highlight a, .tblRowTrans_highlight a:visited{
	color:#555;
}
.invisTrans{
	color:#ccc;
	background:transparent url(../images/tblrow_bg_invis.gif);
}
.invisTrans a, .invisTrans a:visited{
	color:#ccc;
}
.invisTrans a:hover, .invisTrans a:active{
	color:#ddd;
}
.failRow{
	background:#bdbdbd;
}
.tbl_row{
	clear:both;
	height:1%;
}
.tbl_rowhead{
	clear:both;
	font-weight:bold;
	text-align:center;
	height:1%;
}
.tbl_col1, .tbl_col2, .tbl_col3, .tbl_col4, .tbl_col5{
	margin:0 0.2em;
	float:left;
}

.red{
	color:#FA2236;
}
.blue{
	color:#3135C5;
}
.paleblue{
	color:#1CB2CD;
}
.green{
	color:#3F9749;
}
.orange{
	color:#FF8B19;
}
.brown{
	color:#AA4F21;
}
.white{
	color:#FFFFFF;
}
