.PagerTable	
{
	height:16px;
	width : 100%;
}
.PagerCell
{
	font-size : 10pt;
	font-family : 宋体 宋体;
	color :#333;
}
.BlankCell
{
	width:5pt;
}
.PagerInfo	
{
	text-align : right;
	width : 100%;
}
.PagerDisableNav
{
	color : #999999;
}
.PagerNav
{
	color : #333;
}
.PagerCurrentIndex
{
	font-family : 宋体;
	color : #333;
	font-size : 11pt;
	font-weight : bold;
}
a.Pager:link
{
	font-family : 宋体;
	color:#333; 
	text-decoration:none;
	cursor : hand;
		background-color:red;
}
a.Pager:visited
{
	font-family : 宋体;
	color:#333; 
	text-decoration:none;
	cursor : hand;
	background-color:red;
}
a.Pager:hover
{
	font-family : 宋体;
	color:red; 
	text-decoration:none;
	cursor : hand;
		background-color:red;
}
.PagerTable A:link {
	CURSOR: hand; COLOR: DarkGreen; FONT-FAMILY: 宋体;  TEXT-DECORATION: none
}
.PagerTable A:visited {
	CURSOR: hand; COLOR: DarkGreen; FONT-FAMILY: 宋体;  TEXT-DECORATION: none
}
.PagerTable A:hover {
	CURSOR: hand; COLOR: DarkGreen; FONT-FAMILY: 宋体;  TEXT-DECORATION: none
}