.containerTable {

	font-size: 22px;
	line-height: 24px;

	width: 988px;
	max-width: 988px;
	background-color: #ffffff;
	border-spacing: 0;
	border-top:    2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left:   2px solid #000000;
	border-right:  2px solid #000000;
	border-radius: 10px;
}

.contents   {
	padding: 15px;
	vertical-align: top;
	vert-align: top;
}





.innerTable {
	width: 100%;
}

.innerCellHeader {
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
	padding: 5px;
}

.rowTitle {
	color: #000000;
	padding: 1px;
	width: 60%;
	border-bottom:    1px solid #CCCCCC;
}

.rowValueNumeric {
	color: #000000;
	text-align: right;
	width: 40%;
	border-bottom:    1px solid #CCCCCC;
}

.rowValueCurrency {
	color: #006600;
	text-align: right;
	width: 40%;
	border-bottom:    1px solid #CCCCCC;
}

.rowTotal {
	text-align: right;
	font-weight: bold;
	border-top:    1px solid #CCCCCC;
	border-bottom:    2px solid #666666;
	background-color: #CCFFCC;
}