.blue{
	color: #003282;
}
.blue-bg{
	background-color: #003282;
}

.btn-primary{
	background-color: #003282;
	border-color: #003282;
}

a.blue-bg:hover{
	color: white;
	background-color: #dc3430;
}

.red{
	color: #dc3430 !important;
}
.red-bg{
	background-color: #dc3430;
}
.red-hover:hover{
	color: #dc3430;
}
.red-bg-hover:hover{
	background-color: #dc3430 !important;
	color: white !important;
}

.dark-red-bg{
	background-color: #a60400;
	color: white;
}

.dark-red-bg-hover:hover{
	background-color: #a60400;
}

.extra-dark-red-bg{
	background-color: #2d0000;
	color: white;
}



.yellow{
	color: #fce009 !important;
}
.yellow-bg{
	background-color: #fce009;
	color:black;
}
a.yellow-bg{
	color:black;
}
a.yellow-bg:hover,button.yellow-bg:hover{
	background-color: #dc3430;
	color: white;
}
.yellow-bg-hover:hover{
	background-color: #f3fc09;
}

.yellow-hover:hover{
	color: #f3fc09 !important;
}

.white{
	color:white;
}
.white-bg{
	background-color:white;
	color:black
}
.white-hover:hover{
	color: white !important;
}

.orange{
	color:rgb(255, 130, 0);
}

.black{
	color:black;
}
.black-bg{
	background-color:black;
}

.black-hover:hover{
	color: black;
}

.gray{
	color: #ccc;
}

.lt-gray-bg{
	background-color: #d9d9d9;
	color: black;
}

.gray-bg{
	background-color: #ccc;
	color: black;
}

.dark-gray-bg{
	background-color: #191919;
	color: white;
}

.dark-gray{
	color: #191919;
}

.green{
	color: #64b450;
}

.green-bg{
	background-color: #64b450;
}

.lt-blue{
	color: #17a3de;
}

.lt-blue-bg{
	background-color: #17a3de;
	color: white;
}

.vfa-red{
	color: #b00700 !important;
}

.vfa-green{
	color: #009e15 !important;
}

.vfa-green-bg{
	background-color: #009e15 !important;
}

.vfa-blue{
	color: #0085e7 !important;
}

.lt-blue-trans-bg{
	background-color:rgba(66,144,203,0.35);
}

.trans-bg{
	background-color: transparent !important;
}

.pink{
	color: #dc3075 !important;
}
.pink-bg{
	background-color: #dc3075;
}
.pink-hover:hover{
	color: #dc3075;
}
.pink-bg-hover:hover{
	background-color: #dc3075 !important;
	color: white !important;
}