table.iws_table {
	border-style: solid; border-collapse: collapse;
}
table.iws_table .white {
	background: rgb(255, 255, 255);
}
table.iws_table .gray {
	background: gray;
}
table.iws_table .bold {
	font-weight: bold;
}
table.iws_brown .dark {
	background: rgb(141, 103, 49); color: rgb(255, 255, 255);
}
table.iws_brown .mid {
	background: rgb(177, 154, 120); color: rgb(255, 255, 255);
}
table.iws_brown .light {
	background: rgb(240, 234, 225);
}
table.iws_burgundy .dark {
	background: rgb(117, 22, 17); color: rgb(255, 255, 255);
}
table.iws_burgundy .mid {
	background: rgb(182, 120, 117); color: rgb(255, 255, 255);
}
table.iws_burgundy .light {
	background: rgb(243, 218, 216);
}
table.iws_green .dark {
	background: rgb(78, 108, 73); color: rgb(255, 255, 255);
}
table.iws_green .mid {
	background: rgb(135, 165, 131); color: rgb(255, 255, 255);
}
table.iws_green .light {
	background: rgb(222, 238, 220);
}
table.iws_grey .dark {
	background: rgb(66, 66, 66); color: rgb(255, 255, 255);
}
table.iws_grey .mid {
	background: rgb(131, 131, 131); color: rgb(255, 255, 255);
}
table.iws_grey .light {
	background: rgb(236, 236, 236);
}
table.iws_purple .dark {
	background: rgb(85, 66, 85); color: rgb(255, 255, 255);
}
table.iws_purple .mid {
	background: rgb(170, 134, 170); color: rgb(255, 255, 255);
}
table.iws_purple .light {
	background: rgb(243, 233, 243);
}
table.iws_slate .dark {
	background: rgb(50, 88, 132); color: rgb(255, 255, 255);
}
table.iws_slate .mid {
	background: rgb(99, 140, 187); color: rgb(255, 255, 255);
}
table.iws_slate .light {
	background: rgb(209, 228, 250);
}
table.iws_scheme1 .dark {
	background: rgb(102, 153, 153); color: rgb(255, 255, 255);
}
table.iws_scheme1 .mid {
	background: rgb(255, 153, 0); color: rgb(255, 255, 255);
}
table.iws_scheme1 .light {
	background: rgb(241, 241, 235);
}
table.iws_scheme2 .dark {
	background: rgb(102, 153, 102); color: rgb(255, 255, 255);
}
table.iws_scheme2 .mid {
	background: rgb(204, 204, 0); color: rgb(255, 255, 255);
}
table.iws_scheme2 .light {
	background: rgb(253, 254, 227);
}
table.iws_scheme3 .dark {
	background: rgb(153, 51, 0); color: rgb(255, 255, 255);
}
table.iws_scheme3 .mid {
	background: rgb(255, 102, 0); color: rgb(255, 255, 255);
}
table.iws_scheme3 .light {
	background: rgb(253, 254, 227);
}
table.iws_scheme4 .dark {
	background: rgb(51, 102, 153); color: rgb(255, 255, 255);
}
table.iws_scheme4 .mid {
	background: rgb(255, 102, 0); color: rgb(255, 255, 255);
}
table.iws_scheme4 .light {
	background: rgb(255, 254, 240);
}
