.topbkg {
	background-image: url(images/org_top_bkg.gif);
	background-repeat: no-repeat;
	height: 62px;
	background-color: 5992CA;
}
.title {
	font-size: 28px;
	font-weight: bold;
	color: #003366;
	padding-top: 6px;
	padding-left: 130px;
}
.link {
	font-size: 15px;
	color: #336699;
	text-decoration: none;
	vertical-align: 1%;
	font-weight: bold;
	line-height: 20px;
}
.mainbkg {
	background-image: url(images/org_main_bkg.gif);
	height: 70px;
	background-repeat: repeat-x;
}
.sub {
	font-size: 18px;
	font-weight: bolder;
	color: #663366;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	letter-spacing: 10px;
}
.box {
	padding-left: 30px;
	left: 30px;
	font-size: 95%;
	color: #284F79;
	padding-bottom: 12px;
}
.sub15 {
	font-size: 100%;
	color: #336699;
}
.td12 {
	font-size: 13px;
	color: #336699;
	line-height: 160%;
}
.td13 {
	font-size: 13px;
	color: #336699;
}

/*-----------------20100311新增的樣式：「最近更新資料」表格條列*/
.updateList {
	margin: 10px 0 15px 30px;
}
.updateList table {
	width:750px;
	border-collapse:collapse;
	margin:0 0 10px;
	border-top: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	font-size:.93em;
	line-height: 135%;
	color:#444;
}
.updateList caption {
	text-align:left;
	font-weight:bold;
	padding:0 0 5px;
	font-size:1.06em;
	letter-spacing:2px;
	color:#603;
}
.updateList th {
	border-bottom: 1px solid #bbb;
	padding:.2em 1em 0em;
	white-space:nowrap;
	background:#f3e3c9;
}
.updateList td {
	vertical-align:top;
	border-bottom: 1px solid #ccc;
	padding:.2em 1em 0;
	background:#fffcf3;
}
.updateList a {
	text-decoration:none;
	color:#336699;
}
.updateList td.unit {
	white-space:nowrap;
	font-weight:bold;
}
.updateList td.date {
	white-space:nowrap;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.86em;
}

