table.stat-tbl {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;


	/* border: 1px solid #333333; */
	margin-bottom: 1.5em;
}
.stat-tbl th {
	border: 1px solid #666666;
	background-color: #D1D1D1;
	font-weight: normal;
}
.stat-tbl td {
	border: 1px solid #666666;
	padding: 2px;
}
.d-border {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #666666;
}
.sub-title {
	font-size: 16px;
	text-decoration: underline;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 8px;
}
.list-flat {
	margin-left: 12px;
	padding-left: 5px;
	list-style-position:outside
}
.top-br {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #848484;
}
