@charset "UTF-8";
/* CSS Document */
.ui-loader{
	display: none !important;
}
.ui-page{
	min-height:0 !important;
	outline: none !important;
}
.headline {
	background-color: #fff !important;
	font-family: 'Libre Franklin', arial, sans-serif !important;
	font-size:24px !important;
	font-weight:800 !important;
}
.txtCaption {
	font-size: 13px !important;
	line-height: 14px !important;
	font-family: helvetica, arial, sans-serif !important;
	height: auto !important;
}
.keyTxt {
	font-size: 12px !important;
	line-height: 13px !important;
	width: auto !important;
}
.subHead {
	font-size: 14px !important;
	font-family: helvetica, arial, sans-serif !important;
}
.heightAuto {
	height: auto !important;
}
.widthAuto {
	width: auto !important;
}
.tableOdd {
	background-color: #f0f0f0 !important;
}
.tableEven {
	background-color: #ffffff !important;
}
.orangeColor {
	background-color: #fbb033 !important;
}
.blueColor {
	background-color: #a6deeb !important;
}
.blackColor {
	background-color: #000000 !important;
}
.redColor {
	background-color: #de0000 !important;
}
.whiteColor {
	background-color: #FFF !important;
}