/*
-----------------------------------------------
Text Settings for backend and frontend
----------------------------------------------- */

.l_bold, .csc-textpic-caption {
	font-weight: bold;
	font-size: 14px;
}

.l_bold_yellow {
	font-weight: bold;
	font-size: 14px;
	color: #FFFF00;
}

.xl_bold_yellow {
	font-weight: bold;
	font-size: 18px;
	color: #FFFF00;
}

.xxl_bold_yellow {
	font-weight: bold;
	font-size: 26px;
	color: #FFFF00;
}

.xxl_bold_gray {
	font-weight: bold;
	font-size: 24px;
	color: #C0C0C0;
}

.m_bold {
	font-weight: bold;
}