/****************************************************************************************************/
/*									Classes for pager */
/****************************************************************************************************/

.Pager {
	background-color: #e9f0fc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #236be2;
}

.Pager a:link, .Pager a:visited {
	font-weight: normal;
	color: #154eaa;
	text-decoration: none;
}

.Pager a:hover, .Pager a:active {
	font-weight: normal;
	color: #669cec;
	text-decoration: none;
}
