

body{
	background-image:url(../images/fundo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 0 0 0;
}
*{ /*foramtação geral para todas as páginas*/
	font-family:verdana;
	font-size:12px;
	color:#666666;
}
.data{	font-size:10px;}
#tblLoad{	
	background-color:#FFFFFF;
	width:949px
}

#rodape{
	background:url(../images/rodape2.png) no-repeat center;
	background-position:center center;
	height:136px;
	position:relative;
	bottom:0px;
	width:100%;
	z-index:100;
}		

a:link {text-decoration: none; font-weight:bold; color: #79b61d; font-size: 12px}
a:hover { text-decoration:underline; color: #79b61d; font-size: 12px}
a:visited {text-decoration: none; font-weight:bold; color: #79b61d; font-size: 12px}





