body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#000 url(../imagens/fundo.jpg) fixed;
}

p {
	padding:0 0 0 10px;
}

.total {
	height:auto;
	margin:0 auto;
	width:765px;
}

.dados {
	padding:15px 10px 20px 10px; 
	margin:0 15px 0 20px;
	border:#fff solid 1px; 
	width:705px; 
	height:auto; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
	background-color:#fff;
}

.tabela_dados thead {

	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	background:#333333;
	height:29px;
	text-align:left;
}

.tabela_dados td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	height:28px;
	border-bottom:#999999 1px dotted;
}

.tabela_dados a, a:hover {
	color:#eee;
	text-decoration:none;
}


/* //MUDA A COR DE CADA CELULA...
.tabela_dados tbody td:hover { 
background:#CCFF99;
} */

.tabela_dados tbody tr:hover {
background: #eee;
}

.barra {
	height:20px;
}
.rodape {
	height:55px;
}


