<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------- alternating tablerowcolors ----------------- */

.tblstickyrow1 td {
	background-color:#FBF2D5 !important;
	color:#434343 !important;;
}

.tblstickyrow2 td {
	background-color:#F8E2B1 !important;;
	color:#434343 !important;;
}

</pre></body></html>