body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
td {
	font-family: 宋体;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	word-break:break-all;
}
.fontwrite12 {
	font-family: 宋体;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #fff;
}
.font12 {
	font-family: 宋体;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #333;
}
.fontgrey12 {
	font-family: 宋体;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #999;
}
.fontblue12{
	font-family: 宋体;
	font-size: 12px;
	font-style:normal;
	line-height: 25px;
	color: #4283AD;
}
.fontblue_bold12{
	font-family: 宋体;
	font-size: 12px;
	font-style:normal;
	line-height: 25px;
	font-weight:bold;
	color: #4283AD;
}
a, a:link, a:visited, a:active { text-decoration: none; color:#333; }
  a:hover { text-decoration: underline; color:#333;  }
  
a.left:link, a.left:visited, a.left:active { font-size: 12px;text-decoration: none; color:#4283AD; }
  a.left:hover { font-size: 12px;text-decoration: underline; color:#4283AD;  } 
  
a.left1:link, a.left1:visited, a.left1:active { font-size: 12px;text-decoration: none; color:#000000; }
  a.left1:hover { font-size: 12px;text-decoration: underline; color:#000000;  }   
  
a.white:link, a.white:visited, a.white:active { font-size: 12px;text-decoration: none; color:#fff; }
a.white:hover { font-size: 12px;text-decoration: underline; color:#fff;  } 
  
  
form{margin:0px}
input{
border:1px solid #808080;font-size: 12px;color: #798788;
}
.bottom{
border:0px; width:auto; height:auto;
}

.aa{
border:0px solid #808080;
}


/*page*/
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #0260AA;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #0260AA;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}  