body {
	font-family:"Times New Roman", Times, serif;
}

.tableHeading {
	font-size: 10pt;
	font-weight: bold;
	background-color:#CCCCCC;
}

.labelRow {
	font-size: 10pt;
	font-weight: bold;
	background-color:#CCCCCC;
}

.blankRow {
	font-size: 10pt;
	font-weight: bold;
	background-color: #CCCCCC;
}

.dataHeading {
	font-size: 10pt;
	font-weight: bold;
	}
.dataCell {font-size: 10pt}
.dataCellSmall {
	font-size: 8pt;
	background-color:#F0F0F0;
}
.dataCellBold {
	font-size: 10pt;
	font-weight: bold;
	background-color:#F0F0F0;
}
.dataCellSmallBold {
	font-size: 8pt;
	font-weight: bold;
	background-color:#F0F0F0;
}
.dataTitle {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.dataSubTitle {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
