table.dataheading {
	border: thin solid #9890A5;
}
table.dataheading td{
	color: #000;
	background: #FADA88;
	padding: 3px;
}
tr#yellowbg td {
	color: #000;
	background: #FADA88;
}
table.data {
	border: thin solid #9890A5;
	margin-bottom: 15px;
}
table.data td{
	color: #333;
	background: #FFF;
	padding: 3px;
	border: thin solid #9890A5;
	border-collapse: collapse;
}

