

body {
	font-family: "新細明體";
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
}


table #TableBlue {
	border-collapse: separate;
	height: 10px;
}
table #TableBlue tr td th {
	padding:10px;
	background-color:#FFFFFF;
	border-bottom:1px dashed #ccc;
	height: 23px;
}


/*標題*/
.head {padding:5px 10px; background-color:#1E4580; color:#FFFFFF; font-weight:bold;}

/*左側*/
.subtitle{background-color:#DFE7EF; color:#89691E; border: 1px solid #aaa; padding:5px;}

/*右側*/
.title {background-color:#FFF;color:#333;border:1px dashed #F0E1FA;padding: 5px; 	font-size: 12px;}
.title a:link {color: #669900;	text-decoration: underline;}
.title a:hover {color: #1E4580;}
.title a:active {color: #FF0000;	text-decoration: none;}

.ftitle {background-color:#FFF;color:#333;border-bottom:1px dashed #aaa;border-right:1px solid #aaa; border-left:1px solid #aaa;padding-left: 10px;}
.ftitle a:link {color: #669900;	text-decoration: underline;}
.ftitle a:hover {color: #1E4580;}
.ftitle a:active {color: #FF0000;	text-decoration: none;}
/*文字*/
.text1 {
	font-size: 12px;
	color: #996600;
}
