/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	width:600px;
	margin:10px auto;
	font-size:12px;
	line-height:20px;
}
body a{
	color:#006699;
	text-decoration:none;
}
body a:hover{
	color:#c20;
}

h1{
	background:url(../images/TXh_10.gif) repeat-x left top;
	height:28px;
	line-height:28px;
	border:1px solid #b9dbe4;
	padding:0px 10px;
	font-size:14px;
}
h1 a.close{
	background:url(../images/colse.gif) no-repeat left top;
	width:16px;
	height:16px;
	display:block;
	float:right;
	overflow:hidden;
	text-decoration:none;
	margin-top:6px;
}
h2{
	text-align:center;
	font-size:16px;
	color:#c20;
	line-height:36px;
}
.border{
	border-left:1px solid #b9dbe4;
	border-right:1px solid #b9dbe4;
}
#Author{
	border-bottom:1px dotted #bbb;
	background-color:#f5f5f5;
	line-height:22px;
	color:#555;
	text-align:center;
}
#Content{
	padding:10px;
}
#Content p{
	padding-bottom:15px;
}
#Bottom{
	border:1px solid #b9dbe4;
	border-top:1px dotted #bbb;
	padding:6px;
	text-align:right;
}
.title_fx{
color:#c20;
font-weight:bold;
text-align:center;
font-size:16px;
line-height:36px;
}
.table_fx{
font-size:14px;
color:#000000;
font-weight:bold;
line-height:25px;}