/*定义整个网页主体的样式*/
body {
	margin: 0px;
	background-image: url(imagesbg_page.gif);
}
/*定义所有单元格的样式*/
td {
	font-size: 12px;
	line-height: 18px;
}
/*定义表单元素的样式*/
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-size: 12px;
}
select {
	font-size: 12px;
}
/*定义所有文字链接的样式*/
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #015EB5;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #015EB5;	
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
/*定义信息列表链接的样式*/
a.news:visited {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	background-image: url(imagesbg_newslist.gif);
	background-repeat: repeat;
	width: 100%;
	height: 20px;
}
a.news:active {
	font-size: 12px;
	line-height: 20px;
	color: #015EB5;
	text-decoration: none;
	background-image: url(imagesbg_newslist.gif);
	background-repeat: repeat;
	width: 100%;
	height: 20px;
}
a.news:hover {
	font-size: 12px;
	line-height: 20px;
	color: #015EB5;
	text-decoration: none;
	background-image: url(imagesbg_newslist.gif);
	background-repeat: repeat;
	width: 100%;
	height: 20px;
}
a.news:link {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	background-image: url(imagesbg_newslist.gif);
	background-repeat: repeat;
	width: 100%;
	height: 20px;
}
/*定义所有带时链接的时间的样式*/
.newstime {
	font-size: 12px;
	color: #8C8C8C;
	text-decoration: none;
}
/*定义网页智能搜索的输入框的宽度*/
.formtext {
	width: 100px;
}
/*定义网页智能搜索的下拉列表的宽度*/
.formselect {
	width: 100px;
}
/*定义网页导航部分表格的样式*/
.pagenav {
	font-size: 14px;
}
.pagenavtd {
	background-image: url(imagesbg_pagenav.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 778px;
	padding-left: 35px;
	text-align: left;
}
/*定义网页左边的背景*/
.pageleft {
	background-image: url(imageslistbg_left.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*定义网页右边容器标题文字的样式*/
.rboxtt {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 35px;
	filter: DropShadow(Color=#0B4D8D, OffX=1, OffY=1, Positive=1);
}
/*定义网页右边容器主体的样式*/
.rboxmain {
	background-image: url(imagesbg_rboxm.gif);
	background-repeat: repeat-y;
	height: 400px;
	width: 598px;
	padding-right: 20px;
	padding-left: 20px;
}
/*定义网页整个右边底部的样式*/
.rboxbottom {
	background-image: url(imagesbg_listbottom.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 598px;
	padding-right: 40px;
	padding-left: 20px;
	text-align: right;
}
.pageleft {
}
/*定义四列信息列表的单元格样式*/
.tdcorner {
	background-image: url(imagestd_corner.gif);
	background-position: right bottom;
	padding-top: 5px;
	padding-left: 5px;
}
/*定义带时信息列表时间文字样式*/
.no {
	color: #999999;
}
.lboxpad {
	padding-left: 6px;	
}
