@charset "utf-8";
/* CSS Document */

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-right: 30px;
	font-weight: bold;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding-right: 30px;
	font-weight: bold;
}
.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.txt4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.txt5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}
.txt-laranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f15a22;
	text-align: justify;
	font-weight: bold;
}
.txt-laranja2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f15a22;
	text-align: right;
	font-weight: bold;
}
#cuidados {
	width:330px;
	height:300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-right: 30px;
	font-weight: bold;
	overflow-y: scroll;
	overflow-x: hidden;
}

