		.tableView { border: 1px solid black; background-color: white; width: 675px; }
        .tableView td { border: 1px solid #ccc; border-top:none; padding: 3px; }
        .tableView th { border-bottom: 1px solid black; padding: 3px; background-color: #efefef;  }
        .tableView th.selectedAsc { 
			padding-left: 15px; 
			background: url('up_blue_sm.png') no-repeat 1px 8px; 
			border-right: 1px solid #ccc; 
			border-left: 1px solid #ccc; 
			}
        .tableView th.selectedDesc { 
			padding-left: 15px; 
			background: url('down_blue_sm.png') no-repeat 1px 8px; 
			border-right: 1px solid #ccc; 
			border-left: 1px solid #ccc; 
			}
        .tableView a { text-decoration: underline; }
        
