/* CSS Document */
body{font-size:10pt;
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#333333;
}
a:link {
	color:#CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color:#330099;
}
a:active {
	text-decoration: none;
	color: #CC3300;
}
a {
	font-weight: bold;
}

.tborder{border-style:dashed;border-color:#333333}
.line{line-height:150%}
.line2{line-height:180%}
.line3{line-height:150%;font-size:16px;}
.line3{a:link, a:visited
	color:#336699;
	text-decoration: none;
}
.line3 a:hover{
	text-decoration: underline;
	color:#CC0000;
}

div#links {
	position: relative;
	width: 185px;
	
}

div#links a {
	display: block;
	width: 185px;
	text-align: left;
	font-size: 9pt;
	padding: 5px 5px 5px 5px;
	margin: 1px 0 0 0;
	border-width: 0px;
	text-decoration: none;
	color: #333333;
	background: #F2FFCA;
}

div#links a:hover {
	color: #CC0000;
	background: #F2FFCA;}

div#slink {
	position: relative;
	width: 185px;
}

div#slink a {
	display: block;
	width: 185px;
	text-align: center;
	font-size: 9pt;
	padding: 5px 5px 5px 5px;
	margin: 1px 0 0 0;
	border-width: 0px;
	text-decoration: none;
	color: #FFFFFF;
	background:#CC0000;
}

div#slink a:hover {
	color: #666666;
	background: #FFFFFF;}
	
.form {font-size:10pt;
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#333333;
	 background-color:#F9FFDF}
.trans{filter:Alpha(Opacity=50)}
.photo{margin:4px 0;font:12px/180% verdana;letter-spacing:1px;color:#333366;text-align:right}
#searchResult iframe {
width: 500px;
}

.table {filter:Alpha(Opacity=80, FinishOpacity=80, Style=2)}
.stitle {color:#330000}

.lunar {font-size:12px}
.ImgTab {cursor:hand}　←這行可有可無，不影響程式執行
.MsgHide {height:174px;border:1px solid #aaa;padding:10px;font:normal 12px 細明體;display:none}