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

/* elements */
body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* layout */
table {
	font-size: 12px;
	letter-spacing: 1px;
}

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

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

/* td 抬頭 */
td.head {
	text-align: center;
	background-color: #cccccc;
}


/* td 項目 */
td.item {
	text-align: center;
	background-color: #ceddec;
}

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

/* TD 內容靠上, 字高修改 */
td.h14 {
	vertical-align: top;
	line-height: 1.4;
}

/* 內容 */
td.content {
	text-align: center;
	background-color: #FFFFFF;
}

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

/* 頁尾,字白 */
td.footer {
	/* vertical-align: middle; */
	font-size: 10px;
	text-align: center;
}

/* 標題 */
td.topic {
	font-size: 14px;
	text-align: left;
}

/* 標題 */
td.topic {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #970000;
}

/* li 高度 */
li {
	line-height: 1.8;
}

/* IE 中 <br> 換行顯示有問題 */
br {
	letter-spacing: normal;
}

/* 連結 */
a {
	color: #003366;
	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;}
}

