/* ----- */
/* Texto */
/* ----- */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	height: 100%;
/*	background: #BAAE4D;*/
	color: #000000;
}
h1, h2, h3, h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	background: none;
}
h1 {
	font-size: 14px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #9D8B00;
}
h3 {
	font-size: 12px;
	color: #333333;
}
h4 {
	font-size: 12px;
	color: #9D8B00;
}
hr {
	color: #9D8B00;
}
strong {
	color: #333333;
}
.nota {
	font-size: 10px;
	color: #666666;
}
.laranja {
	color: #FD7A13;
}
img {
	border: none;
}
img.icone_up {
	border: 2px solid #F4F1D2;
}
img.icone_over {
	border: 2px solid #9D8B00;
}