.text-red {
	color: #00049E;
}
.bg-red {
	background-color: #00049E;
}
.btn-red {
	background-color: #00049E !important;
}
.btn-red:hover {
	background-color: #847C6D !important;
}
.text-brown {
	color: #847C6D;
}
.text-white {
	color: #fff
}
.text-grey {
	color: #666666
}
.text-grey:hover {
	color: #666666;
	opacity: 0.8;
}
.bg-brown {
	background-color: #847C6D;
}
.bg-brown:hover {
	background-color: #847C6D;
	opacity: 0.8;
}
