body {
	font-family: Arial;
}

.value {
 font-weight: bold;
	font-size: 8pt;
	color: Blue;
}

th {
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	padding: 2 2 2 2;
	background-color: #e3e3e3;
}

.header {
		font-weight: bold;
	font-size: 10pt;
	color: White;
	text-align: center;
	padding: 2 2 2 2;
	background-color: Red;
}

.shading {
	background-color: #F3F4F5;  
}

.title {
  font-size : 12pt;
  font-weight: bold;
  text-align: center;
}

