/*****************************************************
全站使用
*****************************************************/
body {/*网站背景*/
	background-color: #FFFFFF;
	background-image: url(image/bj.gif);
	background-repeat : repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
table{/*表格无边框，无边距*/
border-collapse: collapse;
border-style: none;
}
td {/*基本字体*/
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	vertical-align:top;/*表格元素靠上对齐*/
}
a {
	color: #000;
	text-decoration: none;/*默认链接样式*/
}
a:hover  {
	color: blue;/*默认链接样式*/
}
/*****************************************************
概览模板使用
*****************************************************/
#indexmain{
	border: 1px #787063;
	}

td.top-left{
	height:150px;
	vertical-align:top;
	padding-top:5px;
}
table.centerlb{
	border-right: 1px solid #ccc;
	height:170px;

}
table.rightlb{
	height:170px;
}
td.right1{
	height:30px;
}
#70802{
	width:280px;
	padding-left:10px;
	padding-top:5px;
	vertical-align:top;
	background-image:url("image/leftbj.gif");
}
#70782{
	background-repeat: no-repeat;
	width:350px;
	height:150px;
	padding-left:10px;
	padding-top:5px;
	vertical-align:top;
	background-color: #fff;
}
#70792{
	background-repeat: no-repeat;
	width:350px;
	height:150px;
	padding-left:10px;
	padding-top:5px;
	vertical-align:top;
	background-color: #fff;
}
#70822{
	background-repeat: no-repeat;
	width:350px;
	height:150px;
	padding-left:10px;
	padding-top:5px;
	vertical-align:top;
	background-color: #fff;
}
#70832{
	width:280px;
	padding-left:10px;
	padding-top:5px;
	vertical-align:top;
	background-image:url("image/leftbj.gif");
}
#75622{
	background-repeat: no-repeat;
	width:350px;
	height:150px;
	padding-left:10px;
	padding-top:5px;
	vertical-align:top;
	background-color: #fff;
}

