﻿body
{
	background-color: #EAEAEA;
	text-align: center;
	margin: 0;
	font-size:12px;
	line-height:180%;
}
.txtNormal
{
	border:solid 1px #000;
	background-color:#EAEAEA;
}
.clear
{
	clear:both;
}
.btnSearch
{
	width:58px;
	height:19px;
	background: url(Image/btnSearch.gif) no-repeat center;
	border:none;
}
.btnWidth65
{
	width:65px;
	height:24px;
	background: url(Image/btnWidth65.gif) no-repeat center;
	border:none;
	line-height:24px;
}
.btnWidth70
{
	width:70px;
	height:24px;
	background: url(Image/btnWidth70.gif) no-repeat center;
	border:none;
	line-height:24px;
	color:#333333;
}
.btnHouseList
{
	width:85px;
	height:24px;
	background: url(Image/btnHouseList.gif) no-repeat center;
	border:none;
	line-height:24px;
}
.red,.red:Link, .red:Visited, .red:Hover,.red:Active
{
	color:#C50A05;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.data
{
	color:#666666;
	font-family:Arial;
}
img
{
	border: none;
}
/*-------------------------
	普通链接
-------------------------*/
a:Link, a:Visited, a:Hover, a:Active
{
	color: #000;
	text-decoration: none;
}
a:Hover
{
	color: #C50A05;
	text-decoration: underline;
}
/*-------------------------
	普通链接
-------------------------*/
a.green:Link, a.green:Visited, a.green:Hover, a.green:Active
{
	color: #338800;
	text-decoration: none;
}
a.green:Hover
{
	color: #338800;
	text-decoration: underline;
}
.green
{
	color: #338800;
}
/*-------------------------
	白链接
-------------------------*/
a.white:Link, a.white:Visited, a.white:Hover, a.white:Active
{
	color: #fff;
}

.boxPagerInfo
{
	font-family:新宋体;
	text-align: center;
}
.boxPagerInfo table
{
	margin:0 auto;
}
.boxPagerInfo a
{
	border: solid 1px #999999;
	background: #FFFFFF;
	padding: 3px 6px;
	margin: 0 2px;
}
.boxPagerInfo a:Hover
{
	color: #fff;
	border: solid 1px #999999;
	background: #1F3A87;
	padding: 3px 6px;
	margin: 0 2px;
}
.boxPagerInfo span
{
	color: #fff;
	border: solid 1px #999999;
	background: #1F3A87;
	padding: 3px 6px;
	margin: 0 2px;
}