@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(../img/cabecalho.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F68F37;
	text-decoration: none;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
}
.titulo_post {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F68F37;
	text-decoration: none;
}
.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-align: justify;
}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
.texto3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F68F37;
	text-decoration: none;
	font-weight: bold;
}
.border {
	border: 1px solid #F68F37;
}
