/* @group Colours */

/* Grey #777779 */

/* Blue #49A3FD */

/* Pink #F53BF0 */

/* Gold #DAA929 */

/* Light Pink #FFE7FF */



/* @end */

/* @group Nav Boxes */



.pagesBox {
	border: 1px solid #CCCCCC;
	height:18px;
	position: relative;
	right: 55px;
}

.pagesBoxDark {
	background-color: #999999;
	color: #FFFFFF;
	white-space:nowrap;
}
.pagesBoxLight {
	background-color: #E8E8E8;
	white-space:nowrap;
}
.pagesBox TD {
	font-size: 11px;
	line-height: 10px;
	white-space:nowrap;
}

/* @end */

a:link.pageslink { 
	font-size: 11px;
	color: #717171; 
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
}

a:visited.pageslink { 
	font-size: 11px;
	color: #717171; 
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
}

a:hover.pageslink { 
	font-size: 11px;
	color: #49A3FD; 
	text-decoration: underline;
	font-weight: normal;	
	letter-spacing: 0px;
}

a:visited:hover.pageslink {
	font-size: 11px;
	color: #49A3FD;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: 0px;
}