/* GERAIS */

body {
	 margin:0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	 font-family:Trebuchet MS, verdana,arial,helvetica,sans-serif;
	 background-color: #ffffff;
	 background-image: url("../img/bg.jpg");
/*	 background-repeat: repeat-x; */
	 text-align:center; /* Hack for IE5/Win */
	 voice-family: "\"}\""; voice-family:inherit;
}

#conteudo {
	width:779px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	}
	

/* TEXTOS*/

.texto_central{
	font: normal 11px Trebuchet MS, arial;
	color: #666666;
}
a,a:hover.texto_central {
	color:#666666;

}

a:visited.texto_central {
	color:#666666;
}

.texto_central a:hover {
	text-decoration: underline;
}

.texto_grande{
	font: bold 13px Trebuchet MS, arial;
	color: #666666;
}
a,a:hover.texto_grande {
	color:#666666;

}

a:visited.texto_grande {
	color:#666666;
}

.texto_grande a:hover {
	text-decoration: underline;
}

.texto_pq{
	font: normal 9px Trebuchet MS, arial;
	color: #666666;
}
a,a:hover.texto_pq {
	color:#666666;

}

a:visited.texto_pq {
	color:#666666;
}

.texto_pq a:hover {
	text-decoration: underline;
}


