@charset "utf-8";

/* ========================================
	FONTS
   ======================================== */

.txt_left { text-align: left; }
.txt_right { text-align: right; }
.txt_center { text-align: center; }
.uppercase {text-transform:uppercase;}
strong,
b { font-weight: 700; }


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em;
}

.ft_10 {
	font-size: 1em;
	line-height: 100%;
}
.ft_11 {
	font-size: 1.1em;
	line-height: 100%;
}
.ft_12 {
	font-size: 1.2em;
	line-height: 100%;
}
.ft_13 {
	font-size: 1.3em;
	line-height: 100%;
}
.ft_14 {
	font-size: 1.4em;
	line-height: 100%;
}
.ft_15 {
	font-size: 1.5em;
	line-height: 100%;
}
.ft_16 {
	font-size: 1.6em;
	line-height: 100%;
}
.ft_18 {
	font-size: 1.8em;
	line-height: 100%;
}
.ft_20 {
	font-size: 2em;
	line-height: 100%;
}
.ft_21 {
	font-size: 2.1em;
	line-height: 100%;
}
.ft_24 {
	font-size: 2.4em;
	line-height: 100%;
}
.ft_40 {
	font-size: 4em;
	line-height: 100%;
}
.ft_43 {
	font-size: 4.3em;
	line-height: 100%;
}
.ft_48 {
	font-size: 4.8em;
	line-height: 100%;
}
.ft_55 {
	font-size: 5.5em;
	line-height: 100%;
}
.ft_58 {
	font-size: 5.8em;
	line-height: 100%;
}
.ft_63 {
	font-size: 6.3em;
	line-height: 100%;
}
.ft_76 {
	font-size: 7.6em;
	line-height: 100%;
}

.lineh_20 { line-height: 20px; }
.lineh_24 { line-height: 24px; }