.paint_branding_background_color {
	background-color:  #4d8fb4;
	color: white;
}
.paint_branding_text_color {
	color: #4d8fb4 !important;
	margin: 0 !important;
	padding: 0 !important;
}

a {
	color: #4d8fb4;
}
a:hover {
	color: #6c5a97;
}
a:active {
	color: #7967a3;
}
a:visited {
	color: #4d8fb4;
}
