@charset "utf-8";
.text_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFEBDF;
}
.text_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EFEBDF;
}
.text_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.text_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}.bord_inf {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #f1daab;
}
.bord_tot {
	border: 1px solid #666666;
}

.bord_lat {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
