.text_xl {
	font-size: 18px;
}
.text_l {
	font-size: 15px;
}
.text_ml {
	font-size: 14px;
}
.text_m {
	font-size: 13px;
}
.text_s {
	font-size: 11px;
}
.text_xs {
	font-size: 9px;
}
.hide {
	display: none;
}
body, table, td {
	margin: 0px;
	color: 333333;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	empty-cells: show;
}

img {
border: none;
}

a:link {
	color: F49B28;
	text-decoration: none;
}
a:visited {
	color: F49B28;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.2 a:hover {
	text-decoration: none;
}
