@import url(normal.css);
table.tableLayout{
	float: none;
	border: thin solid black;
	border-spacing: 0px;
}
table.tableLayout td{
	float: none;
	border: thin solid black;
	padding: 2px 6px 2px 6px;
	text-align: center;
	white-space: nowrap;
}
table.tableLayout th{
	float: none;
	border: solid thin black;
	text-align: center;
	padding: 2px 6px 2px 6px;;
}
form.searchForm fieldset{
	width: 16em;	
	padding: 0.9em 0.4em 0.4em 0.9em;
}
input.btn{
	margin: 0.4em;
	margin-left: 8em;
	font-weight: bold;
} 
