body,td,th {
	font-size: 12px;
}
img{
border:0px;}
a:link {
	color: #0062C5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0062C5;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #0062C5;
}
li{
line-height:20px;
}
/*分页框通用样式*/
#changepage_containor{
	background-color:#F1F1F1;
	padding:2px 3px;
}

#page_count {
	float:left;
	padding-top:9px;
	width:200px;
	text-align:left;
}
#page_list {
	float:right;
}
#page_list a {
	text-decoration:underline;
}
.changepage_direction_icon {
	font-family:Webdings;
}
.current_page_number {
	color:#000;
	font-weight:bold;
}


/*分页框通用样式结束*/