body{
	margin: 10;
	background-image: url(../images/fundo_body.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, times new roman, helvetica;
	color: #4A4A4A;
}
/*Este são os estilos de conteudo. Serão usados pelo editor no site*/
.titulo-Principal{
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight: bold;
}
.subtitulo-Principal{
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
}
.subtitulo{
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
	color: #7cbc34;
}
