.color-primary{
	color: #235B4E;
}

.background-primary{
	background-color: #235B4E;
}

.color-primary-aux{
	color: #10312B;
}

.background-primary-aux{
	background-color: #10312B;
}

.color-secondary{
	color: #9F2241;
}

.background-secondary{
	background-color: #9F2241;
}

.color-secondary-aux{
	color: #691C32;
}

.background-secondary-aux{
	background-color: #691C32;
}

.color-tertiary{
	color: #BC955C;
}

.background-tertiary{
	background-color: #BC955C;
}

.color-tertiary-aux{
	color: #DDC9A3;
}

.background-tertiary-aux{
	background-color: #DDC9A3;
}

.color-gray-alternative{
	color: #EDEDED;
}

.background-gray-alternative{
	background-color: #EDEDED;
}

.color-gray-primary{
	color: #98989A;
}

.background-gray-primary{
	background-color: #98989A;
}

.color-text{
	color: #6F6F72;
}

.background-text{
	background-color: #6F6F72;
}

.color-white{
	color: #FFFFFF;
}

.background-white{
	background-color: #FFFFFF;
}

.color-positive-alert-text{
	color: #172E15;
}

.background-positive-alert-text{
	background-color: #172E15;
}

.color-positive-alert-icon{
	color: #37833C;
}

.background-positive-alert-icon{
	background-color: #37833C;
}

.color-preventive-alert-text{
	color: #463209;
}

.background-preventive-alert-text{
	background-color: #463209;
}

.color-preventive-alert-icon{
	color: #B78217;
}

.background-preventive-alert-icon{
	background-color: #B78217;
}

.color-negative-alert-text{
	color: #4C1C1A;
}

.background-negative-alert-text{
	background-color: #4C1C1A;
}

.color-negative-alert-icon{
	color: #C83C2F;
}

.background-negative-alert-icon{
	background-color: #C83C2F;
}

.color-drak-gray{
	color: #333333;
}

.color-links{ 
	color: #1122CC;
}

.color-links:hover{ 
	color: rgba(17, 34, 204, 0.6);
}

.background-light{
	background-color: #F9F9F9;
}

.background-positive-alert{
	background-color: #F5FAF4;
}

.background-preventive-alert{
	background-color: #FFF6EE;
}

.background-negative-alert{
	background-color: #FFF8FA;
}

.background-transparent{
	background-color: transparent;
}