@charset "utf-8";
/*
 * Portal de Singulares
 *
 * Desenvolvido pela Unicred Central-RS
 * Autor...: Eduardo Nunes Cardozo
 * Contato.: eduardo@unicred-rs.com.br
 * Todos os direitos reservados 2007 a Unicred Central-RS
 *
 * Descricao
 * Arquivo de estilo com as formatações da sessão Tarifas
 *
 */

#tarifas {
	margin-top:12px;
	width:440px;
	}
	
#tarifas th, #tarifas td {
	height:16px;
	padding:1px 3px 1px 3px; 
	text-align:justify;
	}
	
#tarifas th {
	background-color:#C4C8A2;
	}
	
#tarifas td {
	border-bottom:1px dashed #ccc;
	}
	
#tarifas td.valor {
	text-align:right; width:70px;
	}
