@charset "utf-8";
/* CSS Document */
/*  class for paginations */
.pageLink, td.pageLink {
	font-size : 9pt;
	color : #006666;
	font-weight : normal;
}
a.pageLink:link {
	text-decoration: none;
	color : #006666;
}
a.pageLink:visited {
	text-decoration: none;
	color : #006666;
}
a.pageLink:hover {
	text-decoration: underline;
	color : #174F87;
}
.activePage {
	font-size : 11pt;
	color : #ff6600;
	font-weight : bold;
}
.disabledText {
	font-size : 9pt;
	color : #cccccc;
	font-weight : normal;
}/*  class for paginations */