@charset "utf-8";
<style type="text/css">
	.scrollTable tbody {
		overflow: auto;
		overflow-x: hidden;
		height: 200px;
}
</style>

.sampleTable {  
	border-collapse: collapse;  
}  
.sampleTable td {  
	table-layout: fixed;  
	text-align: left;  
}  
.sampleTable th {  
	background-color: #FFFFFF;  
}
