.FormButton, .FormLabel {
	background-color: #34348B;
	color: white;
	margin: 0px;
	padding-left: 1px;
	padding-right: 1px;
	font-weight: bold;
}

span.title {
	color: #34348B;
	font-size: 14pt;
	font-weight: bold;
	
}

span.title:first-letter {

	color: #DF2940;
	font-weight: bold;
	font-size: 16pt;
}

span.buttonrow {
	background-color: #FFFFFF;
	text-align: center;
}

.ClassTable {
	border: 1px solid #34348B;
}

.ClassLabel {
	width: 25%;
}
.HighLightRow {
	background-color: #D5D5FE;
}