@charset "utf-8";
* {
SCROLLBAR-FACE-COLOR: #fcfcfc;
 SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
 SCROLLBAR-SHADOW-COLOR: #cccccc;
 SCROLLBAR-3DLIGHT-COLOR: #fcfcfc;
 SCROLLBAR-ARROW-COLOR: #cccccc;
 SCROLLBAR-TRACK-COLOR: #fcfcfc;
 SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
 SCROLLBAR-BASE-COLOR: #fcfcfc
}
body {
	font-family: "宋体";
	font-size: 12px;
	line-height: 2;
	color: #003F5E;
	background-color: #FFFFFF;
	background-image: url(image/nr_bg.jpg);
	background-repeat: no-repeat;
	background-position: 100px 120px;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	text-align: justify;
}
.tdline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
a:link {
	color: #002D42;
	text-decoration: none;
}
a:visited {
	color: #663333;
	text-decoration: none;
}

