@charset "ISO-8859-1";

/* Tipografia ------------------------------------ */
.title, .titulo, h1 {
	font-size: 18pt;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

.subtitulo, .subtitle, h2 {
	font-size: 14pt;
	color: #111;
	font-weight: bold;
}

.nota {
	padding: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
}
/* Fim tipografia --------------------------------*/



/* Generic Definitions */
a {
  color: #aaa;
  text-decoration: none;
}

body {
  font-family: Times, Serif;
  font-size: 13pt;
  border: 0px;
  margin: 0px 30px 30px 40px;
  padding: 0px;
  padding-top: 15px;
  background-color: #fff;
}

p, td, li, span, div {
  font-family: Times, Serif;
  font-size: 13pt;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

p { margin-bottom: 10px; }

tr {
  margin:0px;
  padding:0px;
  border:0px;
}

th {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	
}

.imagem {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
/* End generic definitions -----------------*/
