.fundoY {
	background-repeat: repeat-y;
}
.fundoX {
	background-repeat: repeat-x;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.linhaV {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
.linhaH {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.borda {
	border: 1px solid #999999;
}
.fundo {
	background-repeat: no-repeat;
}
.textoCaixa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
