.fontSize9 {
	font-size: 9px;
}

.fontSize10 {
	font-size: 10px;
}

.fontSize11 {
	font-size: 11px;
}

.fontSize12 {
	font-size: 12px;
}

.fontSize13 {
	font-size: 13px;
}

.fontSize14 {
	font-size: 14px;
}

.fontSize16 {
	font-size: 16px;
}

.fontSize18 {
	font-size: 18px;
}

.fontSize20 {
	font-size: 20px;
}

.fontSize24 {
	font-size: 24px;
}

.fontSize26 {
	font-size: 26px;
}

.fontSize30 {
	font-size: 30px;
}

.fontSize32 {
	font-size: 32px;
}

.fontSize36 {
	font-size: 36px;
}

.fontSize40 {
	font-size: 40px;
}

.fontSize48 {
	font-size: 48px;
}

.fontSize58 {
	font-size: 58px;
}

.fontSize64 {
	font-size: 64px;
}

.fontWeightSemiBold {
	font-weight: 400;
}

.fontWeightBold {
	font-weight: 600;
}

.fontWeightExtraBold {
	font-weight: 700;
}

.textAlignCenter {
	text-align: center;
}

.textAlignLeft {
	text-align: left;
}

.textAlignRight {
	text-align: right;
}

.textAlignJustify {
	text-align: justify; 
}

.textUnderline {
	text-decoration: underline;
}
