
body{
	font-family: Arial, sans-serif !important;
	background-color: #f0f0f0 !important;
}
.txt_red_fade{
	color: #f34f4f !important;
}
.bg_red_fade{
	background-color: #f34f4f !important;
}
.txt_blue_fade{
	color: #7181f9 !important;
}
.bg_blue_fade{
	background-color: #7181f9 !important;
}
.txt_blue_dark{
	color: #081154 !important;
}
.bg_blue_dark{
	background-color: #081154 !important;
}
.txt_red_dark{
	color: #720808 !important;
}
.bg_red_dark{
	background-color: #720808 !important;
}
.txt_light{
	color: #f0f0f0 !important;
}
.bg_light{
	background-color: #f0f0f0 !important;
}
.txt_dark{
	color: #292929 !important;
}
.bg_dark{
	background-color: #292929 !important;
}
.txt_info_fade{
	color: #7cb2bb !important;
}
.bg_info_fade{
	background-color: #7cb2bb !important;
}
.txt_red{
	color: red !important;
}
.bg_red{
	background-color: red !important;
}
.txt_blue{
	color: blue !important;
}
.bg_blue{
	background-color: blue !important;
}
.txt_white{
	color: white !important;
}
.bg_white{
	background-color: white !important;
}
.br_10{
	border-radius: 10px !important;
}
.br_5{
	border-radius: 5px !important;
}
.br_15{
	border-radius: 15px !important;
}
.br_20{
	border-radius: 20px !important;
}
.br_25{
	border-radius: 25px !important;
}
.br_30{
	border-radius: 30px !important;
}
.br_40{
	border-radius: 40px !important;
}
.br_50{
	border-radius: 50px !important;
}
.br_round{
	border-radius: 50% !important;
}
.border_none{
	border: none !important;
}
.txt_dec_none{
	text-decoration: none !important;
}
.d_none{
	display: none !important;
}
.hide{
	visibility: hidden !important;
}
.cursor_pointer{
	cursor: pointer !important;
}
.full_width{
	width: 100% !important;
}
.half_width{
	width: 50% !important;
}
.quarter_width{
	width: 25% !important;
}
.three_quarter_width{
	width: 75% !important;
}
.full_height{
	height: 100% !important;
}
.half_height{
	height: 50% !important;
}
.quarter_height{
	height: 25% !important;
}
.three_quarter_height{
	height: 75% !important;
}
.m_auto{
	margin: auto !important;
}
.p_auto{
	padding: auto !important;
}
.pd-5{
	padding: 5px;
}
.pd-10{
	padding: 10px;
}
.pd-20{
	padding: 20px;
}
.pd-30{
	padding: 30px;
}
.pd-40{
	padding: 40px; 
}
.pd-50{
	padding: 50px;
}
.txt-sz-default{
	font-size: 14px;
}
.txt-sz-lg{
	font-size: 18px;
}
.txt-sz-xlg{
	font-size: 22px;
}
.txt-sz-sm{
	font-size: 12px;
}
.txt-sz-xsm{
	font-size: 10px;
}
.txt-center{
	text-align: center;
	display: block;
}
.txt-bold{
	font-weight: bold;
}
.txt-strong{
	font-weight: bolder;
}
.header-txt-shadow{
	font-family: Berlin Sans FB, sans-serif;
	font-weight: 600;
	text-align: center;
	margin: 10px;
	text-shadow: 1px 1px 0 var(--primary2-color);
	font-size: 23px;
}
.bg-primary-color{
	background-color: var(--primary-color);
}
.txt-primary{
	color: var(--primary-color);
}
.op-05{
	opacity: 0.5;
}
.op-08{
	opacity: 0.8;
}
.op-03{
	opacity: 0.3;
}