@charset "utf-8";

.tHeader{
	background-color:#B7B7B7;
	text-align:center;
	font-weight:bold;
}
#financial-statement table{
	background-color:#FFFFDD;
}
#financial-statement table td{
	border: solid 1px #333333;
}
#financial-statement input{
	width:5em;
	text-align:right;
}

#financial-statement .finTotals {
	background: #B4BDE4;
}
#financial-statement .finTotals input{
	cursor:default;
}
.finTotalsTXT, .finTotalsTXT:hover, .finTotalsTXT:focus{
	background:#D6FFF6;
}


#financial-statement .singleDigit{
	width:2em;
}

/* Print button for the form */
#print{
	text-align:center;
	float:right;
}
