.gotoPageLink_OnPage{
	font-weight: bold;
	text-decoration: underline;
}
.gotoPageLink_OffPage{
	font-weight: normal;
}
.detailsItemTitle{
	font-weight: bold;
}
.detailsItem{
	display: block;
}

TABLE    { display: table }
TR       { display: table-row }
THEAD    { display: table-header-group }
TBODY    { display: table-row-group }
TFOOT    { display: table-footer-group }
COL      { display: table-column }
COLGROUP { display: table-column-group }
TD, TH   { display: table-cell }
CAPTION  { display: table-caption }