@charset "UTF-8";
/* CSS Document */
.headline {
	background-color: #fff !important;
	font-family: 'Libre Franklin', arial, sans-serif !important;
	font-size:24px !important;
	font-weight:800 !important;
	}
.standfirst {
	background-color: #fff !important;
	font-family: helvetica, arial, sans-serif !important;
	text-align: left !important;
	height: auto !important;
	}
.heightAuto {
	height:auto !important;
	}
.txtLeft {
	font-size: 13px !important;
	line-height: 14px !important;
	text-align: left !important;
	font-family: helvetica, arial, sans-serif !important;
	height: auto !important;
	}
.txtRight {
	font-size: 13px !important;
	line-height: 14px !important;
	text-align: right !important;
	font-family: helvetica, arial, sans-serif !important;
	height: auto !important;
	}
.txtCenter {
	font-size: 13px !important;
	line-height: 14px !important;
	text-align: center!important;
	font-family: helvetica, arial, sans-serif !important;
	height: auto !important;
	}
.txtTable {
	font-size: 13px !important;
	line-height: 21px !important;
	text-align: left !important;
	font-family: helvetica, arial, sans-serif !important;
	height: auto !important;
	}
.txtBlackAuto {
	background-color: #000000 !important;
	color: #fff !important;
	font-size: 13px !important;
	line-height: 14px !important;
	text-align: left !important;
	border-radius: 4px !important;
	font-family: helvetica, arial, sans-serif !important;
	padding: 6px !important;
	height: auto !important;
	width: auto !important;
	}
.txtAuto {
	font-size: 13px !important;
	line-height: 14px !important;
	text-align: left !important;
	border-radius: 4px !important;
	font-family: helvetica, arial, sans-serif !important;
	height: auto !important;
	width: auto !important;
	}
.subHead {
	font-size: 13px !important;
	line-height: 14px !important;
	text-align: center !important;
	border-radius: 4px !important;
	font-family: helvetica, arial, sans-serif !important;
	height: auto !important;
	}