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