@CHARSET "UTF-8";

table.grid th,table.grid td {
	padding: 1px 5px 2px 5px;
	border: 1px solid #999999;
	vertical-align: top;
}

table.grid td {
	border-top: none;
}

table.grid th {
	font-style: normal;
	color: Black;
	text-align: left;
	background-color: #EEEEEE;
}

table.grid {
	border-collapse: collapse;
	border: 1px solid #999999;
	empty-cells: show;
	margin-top: 0.5ex;
	table-layout: fixed;
}
