table.innertable{
	font: 11px Arial;
	color: #424344;
	font-weight: normal;
	
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	width: 100%;
	margin: 20px 0;
}
table.innertable a{
	font: 11px Arial;
	color: #0095DD;
	font-weight: normal;
	text-decoration: none;
}
table.innertable th{
	font: 11px Arial;
	color: #424344;
	font-weight: bold;	
	background: #B3E7FF;
	height: 20px;
	border-bottom: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
}
table.innertable tr{
	height: 30px;
}
table.innertable td{
	border-bottom: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
}
table.innertable tr.grey{
	background: #E4E5E7;
}
table.innertable .amount{
	width: 40px;
	height: 15px;
	font: 12px Arial;
}
span.deepBlue{
	color: #3661A6;
}
span.yellow{
	color: #A49F00;
}
