body,td,th {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	/*color: #000000;*/
	color: #555555;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	color: #555555;
}
.dq {
	text-align: justify;
	text-justify:inter-ideograph;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a.B4B4BB:link {
	color: #B4B4BB;
	text-decoration: none;
}
a.B4B4BB:visited {
	text-decoration: none;
	color: #B4B4BB;
}
a.B4B4BB:hover {
	text-decoration: underline;
	color: #999999;
}
a.B4B4BB:active {
	text-decoration: none;
	color: #999999;
}

.bk {
	border: 1px solid  #A3A3A3;
}
.bk_2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B4B4BB;
	border-right-color: #B4B4BB;
	border-bottom-color: #B4B4BB;
	border-left-color: #B4B4BB;
}
.bk_3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B4B4BB;
	border-right-color: #B4B4BB;
	border-bottom-color: #B4B4BB;
	border-left-color: #B4B4BB;
}
.hz {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: 600;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.bz {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: 200;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.bt {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	line-height:30px;
	font-weight: 200;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.hand {
	cursor:hand;
}

.inputwidthw1{ width:180px; height:15px; background-color:#eeeeee; border:1px solid #dddddd}
.inputwidthw2{ width:160px;height:18px}
.inputwidthw3{ width:400px;height:180px}
.inputwidthw4{ width:150px;height:18px; background-color:#eeeeee; border:1px solid #dddddd;}
.inputusername
{
width:70px; height:15px; background-color:#dcdcdc; border:1px solid #898989;
}
.inputpassword
{
width:60px; height:15px; background-color:#dcdcdc; border:1px solid #898989;
}

.select * {
  margin: 0px;
  padding: 0px;
}
.select {
  border:1px solid #9F9F9F;
  float: left;
  display: inline;
  width:95px;
  }
.select div {
  border:1px solid #f9f9f9;
  float: left;
}
/* 子选择器，在FF等非IE浏览器中识别 */
.select>div {
  width:95px;
  height: 17px;
  overflow:hidden;
  }
  
/* 通配选择符，只在IE浏览器中识别 */
* html .select div select {
  display:block;
  float: left;
  margin: -2px;
}
.select div>select {
  display:block;
  width:95px;
  float:none;
  margin: -2px;
  padding: 0px;
}
.select:hover {
  border:1px solid #666666; /*鼠标移上的效果 */
}
.select select>option {
  text-indent: 2px; /*option在FF等非IE浏览器缩进2px */
}
.CRed{
	color:red;
}
.redtitle{
	color:#D22027;
	font-size: 20;
	font-family: Arial, Helvetica, sans-serif;
}
.long{
	font-family: Arial;
	font-size: 12;
	
}
.pMargin{
display:block;
margin-bottom:19px;
}