body {
	margin: 0px;
	background-color: #708090;
}
.fundoBranco {
	background-color: White;
}
.estiloChamada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
.estiloAssinatura {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bordaRodape {
	border-top: 1px solid black;
}
.estiloMargem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a:link {
	color: black;
	text-decoration:none;	
}
a:visited {
	color: black;
	text-decoration:none;	
}
a:hover {
	color: black;
	text-decoration:underline;
}
a:active {
	color: black;
	text-decoration:none;
}
