table.imp {
	table-layout: variable;
	empty-cells: show;
	border-spacing: 0;
}	

td.imptitle {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	width: 60%;
	padding-top: 30px;
}

td.impheader {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	width:60%;
	padding-top: 30px;
}

td.imptext {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 24px;
	width:60%;
}
