@charset "utf-8";
/*公用部分定义*/
body {
	background-attachment: fixed;
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	FONT-SIZE: 10pt;
	COLOR: #001e51;
	FONT-FAMILY: "宋体";
	font-style: normal;
	line-height:1.8;
}
/*链接部分定义*/
A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #001E51; TEXT-DECORATION: none
}
A:hover {
	COLOR: #666666; TEXT-DECORATION: none
}
A:active {
	COLOR: #004fdf; TEXT-DECORATION: none
}

.B:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.B:visited {
	COLOR: #ff0000; TEXT-DECORATION: none
}
.B:hover {
	COLOR: #666666; TEXT-DECORATION: none
}
.B:active {
	COLOR: #ffff00; TEXT-DECORATION: none
}



/*标题等特殊定义*/
.title {
	FONT-SIZE: 12px;
	COLOR: #0062DB;
	FONT-FAMILY: "宋体";
	font-weight: bold;
	text-decoration: underline;
}
.text {
	FONT-SIZE: 12px;
	COLOR: #7F7F7F;
	FONT-FAMILY: "宋体";
	/*line-height:1.8;*/
}
.url {
	FONT-SIZE: 10pt;
	COLOR: #DC201F;
	FONT-FAMILY: "宋体";
	font-weight: bold;
}
.white {
	color: #FFFFFF;
	FONT-SIZE: 12px;
}
/*
.strong {
	FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: "宋体";
	font-weight: bold;
	text-decoration: none;
}
.content {
	FONT-SIZE: 10pt;
	COLOR: #000000;
	line-height:1.8;
	FONT-FAMILY: "宋体";
}
.news {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: 900; FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: "宋体"
}
.white {color: #FFFFFF}
*/
