﻿table.Style01 {
	border: none;
	border-collapse: separate !IMPORTANT;
	border-left: 1px dashed #999999;
	border-top: 1px dashed #999999;
}

table.Style01 tr {
	vertical-align: top;
}

table.Style01 tr td,
table.Style01 tr th {
	padding: 2px 4px 3px 4px !IMPORTANT;
}

table.Style01 tr td {
	border-bottom: 1px dashed #999999;
	border-right: 1px dashed #999999;
}

table.Style01 tr th {
	background-color: #F0F0F0;
	border-bottom: 1px dashed #666666;
	border-right: 1px dashed #666666;
	color: #666666;
	font-weight: bold;
	text-align: left;
}

table.Style01 tr.Row0 td,
table.Style01 tr.Row0 td a {
	background-color: #F7F7F7;
}

table.Style01 tr.Row1 td,
table.Style01 tr.Row1 td a {
	background-color: #FFFFFF;
}

table.Style01 tr td.NoPadding {
	padding: 0 !IMPORTANT;
}

table.Style01 table tr td {
	border-bottom: none !IMPORTANT;
	border-right: none !IMPORTANT;
	padding: 0 !IMPORTANT;
}

