/* Table Classes */


TABLE.pager
{
	padding-bottom: 2px;
}

TABLE.pager TD.link {
	font-weight:bold;
	padding-left: 3px;
	padding-right: 3px;
}

TABLE.pager SPAN.current {
	color: red;
}

TABLE.pager SPAN.inactive {
	color: #AAAAAA;
}

