font.default {
	color: #000000;
}

font.primary1 {
	color: #565A5B;
}

font.primary2 {
	color: #FF0000;
}

font.primary3 {
	color: #008000;
}

th.bgcolor-default, td.bgcolor-default {
    background-color: white;
}

th.bgcolor-primary1, td.bgcolor-primary1 {
    background-color: #ffd674;
}

th.bgcolor-primary2, td.bgcolor-primary2 {
    background-color: #ffe4a3;
}

th.bgcolor-primary3, td.bgcolor-primary3 {
    background-color: #fff1d0;
}

