.txtHighlight { background-color: #FF0; }

.txtHomeColor { color: #502EA6; }
.txtESLColor { color: #5574B9; }
.txtWLColor { color: #ABA000; }
.txtTESLColor { color: #C67308; }

.txtRed { color: #ff0000; }

.txt90percent { font-size: 90%; }
.txt75percent { font-size: 75%; }
.txt66percent { font-size: 66%; }

div.dottedoutlinebox {
	border: dotted 2px #990000;
	background: #ffffff;
	padding: 4px;
}
div.graybackbox {
	font-size: .9em;
	background: #eeeeee;
	padding: 4px;
	margin: 1px;
}
div.drkgraybackbox {
	font-size: .9em;
	background: #dddddd;
	padding: 4px;
	margin: 1px;
}
div.whitebackbox {
	font-size: .9em;
	background: #ffffff;
	padding: 4px;
	margin: 1px;
}

