@charset "utf-8";
/* CSS Document */

.img {	
	background-color: #FFF;
	background-position: left top;
	height: 150px;
	width: 150px;
	border: thin solid #000;
	margin-bottom: 10px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #900;
	font-weight: bold;
	background-color: #FFF;
	text-align: left;
	left: 100px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: static;
	margin: 0px;
	clip: rect(auto,auto,auto,auto);
}
.linhacomando {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #900;
	background-color: #FFF;
	clip: auto;
}
.style4 {
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.style8 {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}	

.icon_pdf {
	color: #FFF;
	text-decoration: none;
	border: thin none #FFF;
}

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}
