.text-size-8 {
	font-size: 8pt;
}

.text-color-white {
	color: white
}
.text-color-red {
	color: #FF0000;
}


.text-size-11-px {
	font-size: 11px;
}
.text-size-10-px {
	font-size: 10px;
}
.text-regular {
	font-family: Verdana;
}

.text-bold {
	font-weight: bold
}

.text-color-dark {
	color: #535250
}
.text-color-gray {
	color: #777372
}
.text-size-14-px {
	font-size: 14px
}

.text-size-16-px {
	font-size: 16px
}

