/*定义页面主样式*/
body,td,th {font-family:宋体; font-size:12px; color:#555555; line-height:22px;}
body {background:url(../images/bg.png) top repeat-x #FFFFFF; margin:0px; padding:0px; background-color:#ffffff;}
form {margin:0px; padding:0px;}

/*定义链接样式*/
a {font-size:12px;}
a:link,a:visited {color:#555555; text-decoration:none;}
a:hover,a:active {color:#ff0000; text-decoration:none;}

a.link:link,a.link:visited {color:#555555; text-decoration:none;}
a.link:hover,a.link:active {color:#ff0000; text-decoration:none;}

a.link1:link,a.link1:visited {color:#555555; text-decoration:none; text-align:left;}
a.link1:hover,a.link1:active {color:#ff0000; text-decoration:underline; text-align:left;}

a.link2:link,a.link2:visited {color:#ffffff; text-decoration:none;}
a.link2:hover,a.link2:active {color:#ffffff; text-decoration:underline;}

a.menu:link,a.menu:visited {color:#FFFFFF; font-size:14px; color:#FFFFFF; text-decoration:none; background:url(../images/menu.jpg); width:99px; height:42px; display:block; line-height:32px; text-align:center;}
a.menu:hover,a.menu:active {color:#FFFFFF; font-size:14px; color:#FFFFFF; text-decoration:none; background:url(../images/menu_bg.jpg); width:99px; height:42px; display:block; line-height:32px; text-align:center;}

.text1{font-size:12px; color:#ffffff;}
.text2{font-weight:bold; color:#ff0000; letter-spacing:2px;}
.text3{font-size:13px; font-weight:bold; color:#1678d1;}

/*设置表格下边边框*/
.table_td_bottom td{
border-bottom:1px #ccc dashed;
padding:5px 5px;
}
/*设置表格左边边框*/
.table_td_left td{
border-left:1px #333333 dashed;
padding:0 20px;
}
/*设置表格中图片边框*/
.table_img_border img{
padding:2px;
border:1px #CCC solid;
}
.tab{
border-collapse:collapse;
}
.xian {
	font-size: 14px;
	line-height:28px;
	font-weight: bold;
	color: #CC0000;
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-left: 8px;
	height:28px;
}