/*
#blue {
	color: #000000;
	background-color: #C1DCFF;
}
#purple {
	color: #FFFFFF;
	background-color: #2D1090;
}
#lightpurple {
	color: #3914B5;
	background-color: #D4C9F8;
}
#black {
	color: #FFFFFF;
	background-color: #000000;
}
#red {
	background-color: #FFCCCC;
}
#white {
	background-color: #FFFFFF;
}
#brightred {
	background-color: #EE0000;
}
#TFtable {
	text-align: center;
}
#TFtable tr:nth-child(odd) {
	background-color: #D0D0D0;
}
#TFtable tr:nth-child(even) {
	background-color: #E9E9E9;
}
*/
.page-content table tbody>tr>th.blue {
	color: #000000;
	background-color: #C1DCFF;
}
.page-content table thead>tr>th {
	background-color: #000000;
	color: #FFFFFF;
}
.page-content table thead>tr>th.brightred {
	background-color: #DF0000;
}
.page-content table tbody>tr>td.red {
	background-color: #FFCCCC;
    color:inherit;
}
.page-content table tbody>tr>td.lightpurple {
	color: #3914B5;
	background-color: #D4C9F8;
}
.page-content table thead>tr>th.purple {
	color: #FFFFFF;
	background-color: #2D1090;
}
.page-content table tr  td {
	border-bottom-style: solid;
	border-width: 1px;
	border-color:black;
	padding: 0 8px;
	vertical-align: top;
}
.txt-red {
    color:#DF0000;
}
.txt-green {
    color:#008000;
}
