@charset "utf-8";

.LFC_lightGrey {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #A6A6A6;
	text-decoration: none;
}
.LFC_Orange {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #FBA305;
	text-decoration: none;
}

.LFC_White {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

.LFC_OrangeRegular {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #FBA305;
	text-decoration: none;
}

.LFC_Regular {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #595959;
	text-decoration: none;
	text-align:justify;
	line-height:150%;
}
.LFC_RegularLightGrey {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #A6A6A6;
	text-decoration: none;
	text-align:center;
	line-height:150%;
}

.LFC_QTtileDark {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #595959;
	text-decoration: none;
	text-align:center;
	line-height:150%;
}
.LFC_QTtileLight {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #A6A6A6;
	text-decoration: none;
	text-align:center;
	line-height:150%;
}

.LFC_BoldItalic {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #595959;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	text-align:justify;
	line-height:150%;
}

.LFC_Bold {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #595959;
	text-decoration: none;
	font-weight: bold;
	text-align:justify;
	line-height:150%;
}

.LFC_BoldRight {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #595959;
	text-decoration: none;
	font-weight: bold;
	text-align:right;
	line-height:150%;
}