/* Estrutura */
@import url("layout.css");

/* ***** Elementos HTML ***** */
* {	z-index: 0;	}

body {
	background: #FFFFFF;
	text-align: left;
	font-family: Verdana;
	color: #666666;
	font-size: 10pt;
	margin-top: 0px; }
	
a:link {
	color: #42929d;
	text-decoration: underline; }
	 
a:visited {
	color: #adccd1;
	text-decoration: underline; }
	
a:hover {
	color: #42929d;
	text-decoration: none; }
	
.BordasImg {
	border:1px solid #adccd1;
	padding:1px;
	margin-right:1px;
	margin-left:1px;
	background:#FFFFFF; }
	
.Clearing {
	height: 0;
	clear: both; }
	
.CreditoLegenda {
	font-size: 7pt;
	color:#999999; }

.Colunista {
	font-size: 7pt;
	color:#999999; }