body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color:#EFEFEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../fundo_teste.jpg);
	background-repeat: repeat-x;
}
#bloco {
	width: 760px;
	text-align: left;
	margin: auto;
	background-image:url(/imagens/fundo.gif);
}
#colcenter {
	padding-top:3px;
	padding-left:2px;
	float: left;
	width:240px;	
}
#coldir {
	float: right;
	width:170px;
	padding:3px; 
}
#colesq {
	float:left;
	width:165px;
	padding:3px; 
}
#topo {
	height:84px;
}
#menutop {
	height:17px;
	background-color: #929292;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#rodape {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#666666;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #990000;
}
#mapa {
	background-color:#FFFFFF;
	height:10px;
	text-align:right;
	padding:2px;
}
@media print {
	.noprint {
		display: none;
	}
}
