table.Style01 {
	border: 7px solid #E0E0E0;
	border-collapse: separate !IMPORTANT;
	margin-bottom: 10px;
}

table.Style01 tr {
	vertical-align: top;
}

table.Style01 tr td,
table.Style01 tr th {
	padding: 4px 10px 5px 10px !IMPORTANT;
}

table.Style01 tr td {
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

table.Style01 tr th {
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	font-weight: bold;
	text-align: left;
}

table.Style01 tr.RowFirst td,
table.Style01 tr.RowFirst th {
	border-top: 1px solid #C0C0C0;
}

table.Style01 td.ColumnFirst,
table.Style01 th.ColumnFirst {
	border-left: 1px solid #C0C0C0;
}

table.Style01 tr td.NoPadding {
	padding: 0 !IMPORTANT;
}

table.Style01 table tr td,
table.Style01 table tr th {
	border: none !IMPORTANT;
	padding: 0 !IMPORTANT;
}


