﻿<!--
/* CSS 文档 */
/* 注意：不要尝试移除注释，否则将导致格式错误！！ */
/* 请将CSS样式放在下面标记中间的空白处 */
/* CSS 开始 */


* {
	font-size: 12px;
	font-family: Verdana, Arial, 宋体;
}
body {
	margin: 0;
	text-align: center;
}
#bottom {
	background-image: url(/images/bottombg1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 310px;
}
#bottom #content {
	background-image: url(/images/bottom1.jpg);
	background-repeat: no-repeat;
	height: 310px;
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
}
#bottom #content table {
	margin-right: auto;
	margin-left: auto;
}

#head {
	width: 943px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	width: 943px;
	background-image: url(/images/navbg1.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#nav a {color:#333;}
input {
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #B9B9B9;
	height: 16px;
	width: 160px;
	line-height: 16px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a.title:link {
	font-size: 14px;
	font-weight: bold;
	color: #2C599A;
	text-decoration: none;
}
a.title:visited {
	font-size: 14px;
	font-weight: bold;
	color: #2C599A;
	text-decoration: none;
}
a.title:hover {
	font-size: 14px;
	font-weight: bold;
	color: #2C599A;
	text-decoration: none;
}
a.title:active {
	font-size: 14px;
	font-weight: bold;
	color: #2C599A;
	text-decoration: none;
}
a.blue:link {
	color: #2C599D;
	text-decoration: none;
}
a.blue:visited {
	color: #2C599D;
	text-decoration: none;
}
a.blue:hover {
	color: #FF7700;
	text-decoration: underline;
}
a.blue:active {
	color: #FF7700;
	text-decoration: underline;
}

#banner {
	width: 943px;
	margin-top: 10px;
	margin-right: auto;
	padding-bottom: 19px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #2C599A;
}
.ltitle {
	font-size:13px;
	font-weight:bold;
	padding-left:14px;
}
#footer {
	width: 943px;
	margin-top: 2px;
	margin-right: auto;
	padding-bottom: 2px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}
.textOverflow
{
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}


/* CSS 结束 */
-->
