table.cleanTable {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse;
  border: 1px black solid;
}
table.cleanTable th, table.cleanTable td {
  border: 1px black solid;
  padding: 0.2em;  
}

table.cleanTable th {
  background: gainsboro;
  text-align: center;
}
table.cleanTable caption {
  margin-left: inherit;
  margin-right: inherit;
}

.error
{
	color:#FF0000;	
}

.section_header
{
	font-size:16px;
	font-weight:bold;	
}
