 div.table
            {
                float: left;
                width: 470px;
                margin-left: 10px;                
            }
            
            div.header_row,
            div.footer_row,
            div.row
            {
                
                height: 23px;
                width: 100%;
            }
                           
            div.header_cell,
            div.cell1,
            div.cell2,
            div.cell3,
            div.cell4,
            div.cell5,
            div.cell6,
            div.footer_cell
            {
                height: 100%;
                float: left;
            }
            
            div.header_cell
            {
                width: 100%;
                font-style:italic;
	            font-weight:bold;	            
	            height:23px;
	            font-family: arial;
	            color: #ffffff;
	            font-size: 18px;
	            background: url("../images/backgrounds/top_ten_topbar_top_hp.png") no-repeat center top;
	            text-align:center;
            }
            
            div.footer_cell
            {
                width: 100%;
                font-style:italic;
	            font-weight:bold;	            
	            height:16px;
	            font-family: arial;
	            color: #ffffff;
	            font-size: 18px;
	            background: url("../images/backgrounds/top_ten_topbar_bottom_hp2.png") no-repeat center top;
	            text-align:center;
            }
            
            div.cell1,
            div.cell2,
            div.cell3,
            div.cell4,
            div.cell5,
            div.cell6
            {
                border: 0;
                border-top: solid 1px #ffffff;
	            border-bottom: solid 1px navy;
                background-color:#1589FF;
                color: #000000;
                font-style:italic; 
                font-weight: bold; 
                font-family: verdana; 
                font-size: 13px;
                text-align: left;
               }
            
            div.cell1 { width: 33px; background-color: #1589FF; }
            div.cell2 { width: 140px; background-color: #1589FF; }
            div.cell3 { width: 33px; background-color: #1589FF; }
            div.cell4 { width: 117px; background-color: #1589FF; }
            div.cell5 { width: 72px; background-color: #1589FF; }
            div.cell6 { width: 75px; background-color: #1589FF; }
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
