/*font*/
.textBold{
	font-weight:bold
}

.textBoldBlu{
	font-weight:bold;
	color:#2d96c5
}

.textBoldOrange
{
	font-weight:bold;
	color:#f28e00
}

.textBoldPorpora{
	font-weight:bold;
	color:#8b2744
}

.textBoldViolet{
	font-weight:bold;
	color:#892890
}

.textBoldGreen{
	font-weight:bold;
	color:#99ca3c
}

.text7px{
	font-size:7px;
}

.text10px{
	font-size:10px;
}

.text11px{
	font-size:11px;
}

.text12px{
	font-size:12px;
}

.text13px{
	font-size:13px;
}

.text14px{
	font-size:14px;
}

.text15px{
	font-size:15px;
}

.text18px{
	font-size:18px;
}
/*end font*/