@charset "utf-8";

.TableA,
.TableB,
.TableC{
	border-collapse:collapse;
	width:100%;
}

.TableA th,
.TableB th,
.TableC th{
	padding:5px 5px 5px 5px;
	margin-bottom:5px;
	text-align:left;
	font-size:1.0em;
	font-weight:bold;
	color:#CC9966;
	border-bottom:1px dotted #CCCCCC;
}

.TableB th{
	padding:10px 10px 10px 10px;
}

.TableC th{
	text-align:center;
	background:#FFFCEE;
	border-bottom:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
}

.TableA th.center,
.TableB th.center{
	text-align:center;
}

.TableA th.brn,
.TableB th.brn,
.TableC th.brn{
	border-right:none;
}

.TableA td.bbn,
.TableB td.bbn,
.TableC td.bbn{
	border-bottom:none;
}

.TableA td,
.TableB td,
.TableC td{
	padding:5px 5px 5px 5px;
	text-align:center;
	font-size:1.0em;
	font-weight:normal;
	text-align:left;
	border-top:none;
	border-bottom:1px dotted #CCCCCC;
	border-left:none;
	border-right:none;
}

.TableB td{
	padding:10px 10px 10px 10px;
}

.TableC td{
	text-align:center;
	border-bottom:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
}

.TableA td.left,
.TableB td.left,
.TableC td.left{
	text-align:left;
}

.TableA td.center,
.TableB td.center,
.TableC td.center{
	text-align:center;
}

.TableA td.right,
.TableB td.right,
.TableC td.right{
	text-align:right;
}

.TableA td.top,
.TableB td.top,
.TableC td.top{
	vertical-align:top;
}

.TableA td.brn,
.TableB td.brn,
.TableC td.brn{
	border-right:none;
}

.capA{
	text-align:left;
	margin:0 0 8px 0;
	padding:0 0px 0px 6px;
	font-size:1.1em;
	font-weight:bold;
	border-left:solid 2px #333333;
}
