@charset "UTF-8";
.font_paragraph {
	font-family: "Arial Unicode MS", "Arial Rounded MT Bold";
	font-size: 12px;
	font-style: italic;
}
.font_title {
	font-family: "Arial Unicode MS", "Arial Rounded MT Bold";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #770E08;
	text-align: center;
}
.double_line_botton {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.cel_centered {
	text-align: center;
}
.bold_style {
	font-weight: bold;
}
.padding_left {
	padding-left: 21px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}.border_black {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
}
font_border {
	color: #000;
	text-decoration: overline;
}
.litle_font_observations {
	font-size: 9px;
}
.links_table_font_style {
	font-size: 14px;
	color: #FFF;
	border-bottom-style: none;
}
.font_index {
	font-size: 14px;
	color: #000;
}
.alinhamento_justificado {
	text-align: justify;
}
