.silver-text{
	color: #b1b3b4 !important;
}
.silver-bg{
	background-color: #b1b3b4 !important;
}

.gold-text{
	color: #ae9962 !important;
}

.gold-bg{
		background: linear-gradient(top, #AE9962 0%, #D3B25E 50%, #D3B25E 100%);
background: -moz-linear-gradient(top, #AE9962 0%, #D3B25E 50%, #D3B25E 100%);
background: -webkit-linear-gradient(top, #AE9962 0%, #D3B25E 50%, #D3B25E 100%);
background: -ms-linear-gradient(top, #AE9962 0%, #D3B25E 50%, #D3B25E 100%);
background: -o-linear-gradient(top, #AE9962 0%, #D3B25E 50%, #D3B25E 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AE9962, endColorstr=#D3B25E,GradientType=1);
}

.white-text{
	color: #fff !important;
}

.white-bg{
	background-color: #fff !important;
}

.black-text{
	color: #000 !important;
}

.black-bg{
	background-color: #000 !important;
}

.grey-bg{
	background-color: #666 !important;
}

.red-text{
	color: #c00 !important;
}
.green-text{
	color: #0cb055 !important;
}