/*your custom style goes in this file*/

/* titulos: Títulos nas caixas cinza */
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
}

a.linkpreto:link, a.linkpreto:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	text-decoration: none;
}

a.linkpreto:hover, a.linkpreto:active {
	color: #FFCC33;
	text-decoration: none;
}

.bordafig { 
  color: black; 
  border: solid;
  border-width: thin;
}