#ResultTable {
}
#ResultTable tr {
	text-align: right;
}
#ResultTable td {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 8pt;
	border-bottom: 1px solid silver;
}
#ResultTable th {
	font-size: 8pt;
	border-bottom: 1px solid silver;
	text-align: left;
	font-weight: normal;
	padding: 4px;
	padding-right: 8px;
}
#ResultTable th h1, #ResultTable .Header {
	font-weight: bold;
	color: #003082;
	font-size: 10pt;
}
#ResultTable .currentYear {
	background-color: #e8e9f3;
}
#ResultTable .KFTitle {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003082;
	margin-top: 24px;
	margin-bottom: 10px;
}
#ResultTable .KFTitle span {
	font-weight: normal;
	color: #444444;
	font-size: 9pt;
}
