
table.t1 {
	border: solid 2px grey;
	margin-bottom: 8px;
	width: 100%;
}

table.t2 {
	width: 100%;
}

table.selectGrid {
	border: solid 2px black;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}