/*Corpo da página*/
body {
margin:0;
padding:0;
background-color:#FF7f00;
text-align:center; /* hack para o IE */	
}

/*layer tudo*/
#tudo {
width:760px;
background-image:url(../midias/img/bg.jpg);
margin:0 auto;			
padding:0px;
text-align:left; /* "remdio" para o hack do IE */	
}

/*layer conteudo*/
#conteudo {
width:760px;
padding:0px;
}

/*Texto leitura*/
.txtPrincPreto{
	font-family:verdana, arial;
	font-size:12px;
	color:#000000;
	font-weight: lighter;
	text-align: justify;
} 
.txtPrincCinza{
	font-family:verdana, arial;
	font-size:12px;
	color:#666666;
	font-weight: lighter;
	text-align: justify;
} 

.txtdestaque {
	color:#666666;
	font-weight: bold;
}

.txtEvento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:lighter;
}

.txtTitulo {
	font-family:verdana, arial;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	text-align: justify;
}
