.white {
	color: white;
}

.black {
	color: black;
}

.blue1 {
	color: #006CFF;
}

.blue2{
	color: #073462;
}

.grey1 {
	color: #333333;
}

.grey2 {
	color: #3E3E3E;
}

.green {
	color: #019A57;
}

.red {
	color: #F92900;
}

.s11 {
	font-size: 11px;
}

.s12 {
	font-size: 12px;
}

.s14 {
	font-size: 14px;
}

.s16 {
	font-size: 16px;
}


.s18 {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}