body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BBBBBB;
	font-size: 10px;
}
.tableBackground {
	background-color: #FFFFFF;
}
.MainHeading {
	font-size: 18px;
	color: #CC0000;
}
.SectionHeading {
	font-size: 12px; 
	font-weight: bold; 
	text-transform: capitalize; 
	color: #CC0000; 
}
.SectionBody {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.RedItalics {
	font-style: italic;
	color: #CC0000;
	font-size: 12px;
}

