.PagingBandContainer 
{
    background-color:#FFFDEB;
	padding: 10px;
}

.PagingBandCurrentPage 
{
    color:#000000;
    font-family:Arial;
    font-size:12px;
	font-weight: bold;
	padding: 5px;
}

.PagingBandPageLink 
{
    font-family:Arial !important;
    font-size:12px;
	color: #8BA135;
	cursor: pointer;
	padding: 5px;
	text-decoration: none;
}

.PagingBandPageSummary 
{
    font-family:Arial;
    font-size:12px;
	color: #8BA135;
}