/* these should be the same color */
.bgcolor {
	background-color: #E3000D;}
.color {
	color: #E3000D;}
	
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #F7F7F7;
	margin: 0px;}

.required {
	color: #011585;}
