body  {
  font-family: Arial;
  font-size: 12px;
}

table.newstable {
  font-size: 12px;
  border: 1px solid #c5d7ea;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.newstable th {
	background: #6798da;
	font-family: Arial;
	font-size: 12px;
	color: white;
	border: 1px solid #c5d7ea;
	padding: 7px;
  }

table.newstable td {
	border: 1px solid #c5d7ea;
	padding: 5px;
}

div.div_table, div.div_table1, div.div_table2, div.div_table3, div.div_table4, div.div_table5	{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #c5d7ea;
  display: none;
}

h1 {
	color: #f97d31;
	font-size: 17px;
}

h3 {
	color: #f97d31;
}

