table.financial {
	width: 450px;
}

table.financial td.head {
	border-top: none;
	font-weight: bold;
	text-align: left;
	padding-left: 0px;
}

table.financial td, table.financial th {
	font-size: 11px;
	color: #1b3a5e;
	margin-bottom: 10px;
}

table.financial th, table.financial td {
	border-top-color: #249ce8;
	border-top-style: solid;
	border-top-width: 1px;
}

table.financial td {
	text-align: right;
	padding-left: 10px;
}

table.financial th {
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
}

table.financial tr.subtotal th, table.financial tr.total th, table.financial tr.subtotal td, table.financial tr.total td {
	padding-bottom: 5px;
	border-top-color: #1b3a5e;
	border-top-style: solid;
	border-top-width: 1px;
}

table.financial tr.subtotal th, table.financial tr.total th, table.financial tr.grandtotal th {
	padding-left: 50px;
}

table.financial tr.total th, table.financial tr.total td, table.financial tr.grandtotal th, table.financial tr.grandtotal td {
	font-weight: bold;
	padding-bottom: 10px;
}