.BlueBoldText {
	color: #c00;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: transparent;
	text-decoration: none;
}
.BlueRegText {
	color: #c00;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: transparent;
	text-decoration: none;
}
.LavenderTable {
	background-color: #e6e6e6;
	border: solid 1px #0077c0;
}