table.table001 {
	margin-top: 0.5em;
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 12pt;
	margin-right: auto;
	margin-left: auto;
	line-height: 18pt;
}

table.table001 caption {
  margin-top: 1em;
  text-align: right;
}

table.table001 th,
table.table001 td {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

table.table001 th {
	background: #ffff99;
	text-align: center;
	white-space: nowrap;
	font-size: 92%;
	color: #000;
}

table.table001 td {
	text-align: left;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	color: #000;
	background-color: #FFF;
}
.bg_blue {
	background-color: #dc143c !important;
}
.bg_red {
	background-color: #e77771 !important;
}
.bg_gray {
	background-color: #999999 !important;
}
