	
	
    * {
    	display: none;
		padding: 0;
		margin: 0;
    }
	
	html, body {
		background: none #fff;
		display: block !important;
	}

    table#Layout {
    	display: block !important;
		width: 100% !important;
    }

    tbody {
    	display: block !important;
    }

    tr {
    	display: block !important;
    }

    td.content {
    	display: block !important;
    }

    table#Main {
    	display: block !important;
    }

    tbody {
    	display: block !important;
    }

    tr {
    	display: block !important;
    }

    td {
    	display: block !important;
    }

    table#MainContent {
    	display: block !important;
    }

    tbody {
    	display: block !important;
    }

    tr {
    	display: block !important;
    }

    td {
    	display: block !important;
    }

    table#CentreContent {
    	display: block !important;
    }
	
    table#CentreContent .nav, table#CentreContent .browse, .leftgrad, .rightgrad, .noprint {
    	display: none !important;
    }

    tbody {
    	display: block !important;
    }

    tr {
    	display: block !important;
    }

    td.content {
    	display: block !important;
    }

    div.finder {
    	display: block !important;
    }
	
	 table#finder_table thead, table#finder_table tbody,table#finder_table tfoot {
    	display: table-header-group !important;
    }
	
	table#finder_table tbody {
    	display: table-row-group !important;
    }
	
	 table#finder_table tfoot {
    	display: table-footer-group !important;
    }
	
	 table#finder_table tr {
    	display: table-row !important;
    }
	
	 table#finder_table td {
    	display: table-cell !important;
    }
	
table#finder_table {
    	display: table !important;
		width: 100%;
 }
 
table#finder_table thead tr td {
 	background: #ccc;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	font-size: 0.9em;
	padding: 2px;
 }
 
 table#finder_table tbody tr td {
	border-bottom: 1px solid #aaa;
	padding: 2px;
 }