body { 
  background-color:#fff; 
  color:#000; 
  margin:0; 
  padding:0px; 
  font: normal 12px "Arial Narrow", Arial, sans-serif; 
} 

/* Hide the following items */ 
#print_a, #print_b, #botao { 
  display:none; 
}

tr, td {
	padding:0 0px; height:10px;
}

h1, h2, h3, h4 { 
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-weight:normal; 
	line-height:135%; 
	color:#000; 
}

h1 { 
	font-size:18px; 
}

h2 { 
	font-size:16px; 
}

h3 { 
	font-size:16px; 
}

h4 { 
	font-size:12px; 
}

h4 a:link, h4 a:visited { 
	color:#000; 
	text-decoration:none; 
} 

/* Links black */ 
a:link, a:visited, a:active { 
	color:#000; 
	text-decoration:none; 
} 


