.white {
	color: white;
}

.black {
	color: black;
}

.orange{
	color: #FF3C00;
}

.orange2{
	color: #FF7E00;
}

.grey {
	color: #4C4C4C;
}

.grey2 {
	color: #8F8F8F;
}

.red {
	color: #C42500;
}

.brown {
	color: #EAEAEA;
}

.green {
	color: #00EE00;
}

.blue {
	color: #009ED2;
}

.yellow {
	color: #FF7E00;
}

.s11 {
	font-size: 11px;
}

.s12 {
	font-size: 12px;
}

.s13 {
	font-size: 13px;
}

.s14 {
	font-size: 14px;
}

.s18 {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}
