.dataTable {
	font-family:"Calibri", Arial;
	background:#000000;
}

.footnoteTable {
  font-family:"Calibri", Arial;
	font-size: 8pt;
}

.tableHeading {
	font-size: 10pt;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#0549D3;
}

.blankRow {
	font-size: 4pt;
	font-weight: bold;
	background-color:#CCCCCC;
}
.labelRow {
	font-size: 10pt;
	font-weight: bold;
	background-color:#CCCCCC;
}
.dataCell {
	font-size: 10pt;	
	background-color:#FFFFCC;
}
.dataCellSmall {
	font-size: 8pt;
	background-color:#FFFFCC;
}
.dataCellBold {
	font-size: 10pt;
	font-weight: bold;
	background-color:#FFFFCC;
}
.dataCellSmallBold {
	font-size: 8pt;
	font-weight: bold;
	background-color:#FFFFCC;
}

.dataHeading {
	font-family:"Calibri", Arial;
	font-size: 10pt;
	font-weight: bold;
}

.dataTitle {
  font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.dataSubTitle {
  font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
