@charset "utf-8";
body  {
	font: 80%  Arial, Helvetica, sans-serif;
	background: url(../img/fd_versao.jpg);
	background-repeat:no-repeat;
	margin: 40px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the todasDivs in IE 5* browsers. The text is then set to the left aligned default in the #todasDivs selector */
	color: #1F7BC8;
}
img.escala {
  margin-right: 0;
  width: 100%;
}
a img{
	border:none;
}
a:link {color:#00346e;}
a:hover {color:#82B5E0;}
a:visited {color:#00346e;}
a:active {color:#00346e;}
