/*CSS - Para Impressão*/
*{ font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000;}

body{background:#FFFFFF} /*Aplicando fundo branco ao documento*/

#topo, #r_barra, #r_box_titulo, #conteudo_barra, #rodape { 
	display: none; /*Ocultando elementos na impressão*/
}

.t_verde{
   	font-weight:bold;
	font-size:16px;
	color:#000000;
}
.pontilhado{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	text-indent:0px;	
}
link{
	text-decoration:underline;
}

