table.highlight	{font-size: 12px;font-family:Arial, Helvetica, sans-serif; border-collapse:collapse;}
table.highlight	thead td {
	text-align:center;
	background:#FFA200;
	color:#ffffff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
table.highlight	thead th {
	text-align:center;
	background:#A4A4A4;
	color:#ffffff;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
}
table.highlight	thead th.null {background:#A4AAAA;}
table.highlight	tbody th {
	text-align:center;
	background:#A4AAAA;
	color:#ffffff;
	border-bottom:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
table.highlight	tbody td {
	text-align:center;
	color:#333;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
}
table.highlight	tbody td.on {background:#ffe068;}
table.highlight	thead th.on {background:#ffe068;color:#000;}
table.highlight	tbody th.on {background:#ffe068;color:#000;}

.style1 {
	color: #FF0000;
	font-weight: bold;
}
