/* CSS Document */
.Paging{
   	cursor:pointer;
   	color:#3e6e7a;
	text-align:center;
	background:#ffffff;
    font-weight:bold;
    padding-left:4px;
    padding-right:4px;
	border:1px solid #8ba2b2;
	_width:auto;
}
.Paging a{
	font-family: tahoma;
	font-size: 11px;
   	color:#3e6e7a;
	text-align:center;
	background:#ffffff;
    font-weight:bold;
	text-decoration: none;
}
.Paging a:link{
	font-family: tahoma;
	font-size: 11px;
   	color:#3e6e7a;
	text-align:center;
	background:#ffffff;
    font-weight:bold;
	text-decoration: none;
}
.Paging a:vlink{
	font-family: tahoma;
	font-size: 11px;
   	color:#3e6e7a;
	text-align:center;
	background:#ffffff;
    font-weight:bold;
	text-decoration: none;
}
.Paging a:hover{
	font-family: tahoma;
	font-size: 11px;
   	color:#e0b04e;
	text-align:center;
	background:#ffffff;
    font-weight:bold;
	text-decoration: none;
}
.CurPage{
	font-family: tahoma;
	font-size: 11px;
	color: #e0b04e;
	text-align:center;
	background:#fff;
	padding-left:4px;
    padding-right:4px;
	font-weight:bold;
	border:1px solid #8ba2b2;
	_width:auto;
}
.CurPageOver{
	color:#e0b04e;
	cursor:pointer;
	text-align:center;
	background:#fff;
	padding-left:4px;
    padding-right:4px;
	font-weight:bold;
	border:1px solid #8ba2b2;
	_width:auto;
}

