body,h1,h2,p,ul,li {
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	list-style: none;
}

/* elements */
body {
	/* 英文字型在前、中文字型在後 */
	font-family: Georgia, "Microsoft JhengHei", "微軟正黑體", Helvetica, sans-serif;
	font-size: 15px;
}

/* 修正 ie 顯示有問題 */
br {
	letter-spacing:normal;
}

/* 標題1 */
h1 {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	color: #003399;
	font-size: 22px;
}

/* layout */
table {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.3;
}

/* TD 內容靠上 */
td {
	vertical-align: top;
}

/* TD 抬頭列 */
td.header {
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
}    

/* 底線 */
td.line {
	border-bottom: solid 1px #999999;
}

/* 點線 */
td.dot {
	/* vertical-align: middle; */
	border-bottom: dotted 1px #999999;
	line-height: 1.5;
}

/* 更新日期, 靠右, 字灰 */
td.update {
	color: #999999;
	text-align: right;
	vertical-align: bottom;
}

/* 連結 */
a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}

/* 首頁連結 */
a.index {
	color: #003366;
	text-decoration: none;
}

/* 首頁連結上方 */
a.index:hover {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}

/* 列印連結 */
a.print {
	color: #003366;
	text-decoration: none;
}

/* 列印連結上方 */
a.print:hover {
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}

/* 不列印 */
@media print {
	#noprint {display:none;}
}
