/*公共样式*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-decoration: none;
	font-family: "宋体";
	line-height:22px;
}
body td{
font-size:12px;
}
.input {
	font-size: 12px;
	color: #000000;
	height:16px;
	border:1px #808080 solid;
}

img{
	border:0px;
}
.img{
	border:0px;
	vertical-align:middle;
}

p {
	margin:5px;
}
.button {
	font-size: 12px;
	background-image:url(../images/login.gif);
	height:20px;
	width:100px;
}

/* 注释部分的灰色样式 */
.gray {font-size: 12px;color: #666666;}

/* 红色字体 */
.red {
	font-size: 14px;
	color: #FF0000;
	line-height:22px;
}

/* 蓝色字体 */
.ore {font-size: 12px;color: #0a347e;line-height:22px;}

/*链接样式*/	
a:link {
	color: #000000;
	text-decoration: none;
	line-height:22px;
}
a:visited {
	color: #000000;
	text-decoration: none;
	line-height:22px;
}
a:hover {
	line-height: normal;
	color: #437BA0;
	text-decoration: none;
	line-height:22px;
}

/*index.html样式*/
.background {
	background-color:#217DBD;
}

#index_title {
	background-image:url(../images/index_bg01.gif);
	height:95px;
	width:auto;
	text-align:center;
}

#index_banner {
	background-image:url(../images/index_bg05.jpg);
	height:371px;
	width:auto;
	text-align:center;	
}

#index_banner1 {
	
	height:130px;
	width:auto;
	text-align:center;
}

#next_content {
	width:auto;
	padding-left:153px;
}

.imgin {
	margin-bottom:2px;
}

#index_copyright {
	background-image:url(../images/index_bg04.gif);
	height:55px;
	width:auto;
	text-align:center;
	color:#ffffff;
	padding-top:5px;
}


/*交替显示颜色的表格*/
.DoubleColorTable tr{background-color:expression("#F5F5F5,#FFFFFF,".split(",")[rowIndex%2]);font-size: 12px;line-height:22px;border:0; cellpadding:2; cellspacing:1;}

/*虚线表格*/
.tableXU{
	border:1px dashed #9F9F9F;
	color:#666666;
}

/** 文字链接样式 **/
.tableXU a:link, .tableXU a:active, .tableXU a:visited {
	font-size:12px;
	color:#555555;
	text-decoration:none;
}
.tableXU a:hover {
	font-size:12px;
	color:#0089cf;
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}

.bold13 {
	font-weight:bold;
	font-size:13px;
}

#nav {
	 line-height: 24px;  list-style-type: none; background-image:url(#);
}

*{
	margin:0;
	padding:0;

}

#nav a {
	display: block; text-align:center;
}

#nav a:link  {
	color:#666; text-decoration:none;
}
#nav a:visited  {
	color:#666;text-decoration:none;
}
#nav a:hover  {
	color:#FFF;text-decoration:none;font-weight:bold;
}

#nav li {
	float: left; background-image:url(../images/next_bg02.gif);
}
#nav li a:hover{
	background:#999;
}
#nav li ul {
	line-height: 27px;  list-style-type: none;text-align:left;
	left: -999em; width: 110px; position: absolute; border:1px #437BA0 solid;
}
#nav li ul li{
	float: left; width: 110px;
	background: #F6F6F6; 
}


#nav li ul a{
	display: block; text-align:left;padding-left:5px;width:110px;
}

#nav li ul a:link  {
	color:#666; text-decoration:none;
}
#nav li ul a:visited  {
	color:#666;text-decoration:none;
}
#nav li ul a:hover  {
	color:#F3F3F3;text-decoration:none;font-weight:normal;
	background:#437BA0;
}

#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#content {
	clear: left; 
}

