@charset "UTF-8";
/* CSS Document */
.headline {
	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;
	}

.txtLeft {
	font-size: 14px !important;
	line-height: 15px !important;
	text-align: left !important;
	font-family: helvetica, arial, sans-serif !important;
	}
.txtRight {
	font-size: 14px !important;
	line-height: 15px !important;
	text-align: right !important;
	font-family: helvetica, arial, sans-serif !important;
	}
.txtCenter {
	font-size: 14px !important;
	line-height: 15px !important;
	text-align: center!important;
	font-family: helvetica, arial, sans-serif !important;
	}
.txtRed {
	background-color: #de0000 !important;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 15px !important;
	text-align: left !important;
	border-radius: 5px !important;
	font-family: helvetica, arial, sans-serif !important;
	padding: 5px !important;
	height: auto !important;
	}
.txtRedAuto {
	background-color: #de0000 !important;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 15px !important;
	text-align: left !important;
	border-radius: 5px !important;
	font-family: helvetica, arial, sans-serif !important;
	padding: 5px !important;
	height: auto !important;
	width: auto !important;
	}
.txtBlueCenter {
	background-color: #0a5595 !important;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 15px !important;
	text-align: center!important;
	border-radius: 5px !important;
	font-family: helvetica, arial, sans-serif !important;
	padding: 5px !important;
	height: auto !important;
	width: auto !important;
	}
.txtBlueLeft {
	background-color: #0a5595 !important;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 15px !important;
	text-align: left!important;
	border-radius: 5px !important;
	font-family: helvetica, arial, sans-serif !important;
	padding: 5px !important;
	height: auto !important;
	width: auto !important;
	}
.key {
	height: auto !important;
	width: auto !important;
	}
.scrolltable{
	font-family:helvetica, arial, sans-serif;
	font-size:14px 
}
.dayNow{
	color:rgb(255,255,255) !important;
	background-color:rgb(255,0,0) !important;
	}
