html {
	background: white;
}

.page-header {
	border-bottom: 1px dotted black;
}

h1 {
	color: black !important;
}

h2 {
	color: black !important;
}

h3 {
	color: black !important;
}

.headerHr {
	color: black !important;
}
			
.registrationBody {
	color: black !important;
}

.registrationBody input, .registrationBody select {
	color: #5A5A5A !important;
	background-color: white !important;
	border: 1px solid #828282 !important;
	opacity: 0.8;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}
	
.btn-success {
	background-color: #55924A!important;
	border-color: #55924A!important;
}

a {
	color: black;
}

a:hover {
	color: black;
}
