/* CSS Document */

body {
	background-image:url(../images/bg.gif);
	background-attachment: fixed;
}
table{background-color:#ffffff;}
a:link {
	color: #162560;
	text-decoration: none;
	font-family: "宋体";
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #162560;
	font-family: "宋体";
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #66CCFF;
	font-family: "宋体";
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: 162560;
	font-family: "宋体";
	font-size: 12px;
}
.txt {
	font-family: "宋体";
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}

       
.a {
	border: 1px solid #ccd3db;
}
.di {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd3db;
}
.text {
	font-family: "宋体";
	font-size: 12px;
	color: #222222;
	line-height: 150%;
}
.line {
	background-image: url(../images/line.gif);
	background-repeat: repeat-y;
}
.title {
	font-family: "黑体";
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}

