<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tblHead {
	font-family: 'MS Sans Serif', Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #007DBD;
}
.tblGreen {
	font-family: 'MS Sans Serif', Tahoma, sans-serif;
	font-size: 10px;
	color: #00FF00;
	background-color: #000000;
	font-weight: bold;
}
.tblYellow {
	font-family: 'MS Sans Serif', Tahoma, sans-serif;
	font-size: 10px;
	color: #FFFF00;
	background-color: #000000;
	font-weight: bold;
}

.tblTopic {
	font-family: 'MS Sans Serif', Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}
.blank {
	font-family: 'Microsoft Sans Serif', 'MS Sans Serif', sans-serif;
	font-size: 10px;
}
.title {
	font-family: 'MS Sans Serif', Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #CECFCE;
}
.tblRed {
	font-family: 'MS Sans Serif', Tahoma, sans-serif;
	font-size: 10px;
	color: #FF0000;
	background-color: #000000;
	font-weight: bold;
}
.tblPink {
	font-family: 'MS Sans Serif', Tahoma, sans-serif;
	font-size: 10px;
	color: #ff99ff;
	background-color: #000000;
	font-weight: bold;
}
.tblBlue {
	font-family: 'MS Sans Serif', Tahoma, sans-serif;
	font-size: 10px;
	color: #00ffff;
	background-color: #000000;
	font-weight: bold;
}
.tblWhite {
	font-family: 'MS Sans Serif', Tahoma, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}
.textBox {
	font-family: 'MS Sans Serif', Tahoma, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
</pre></body></html>