@charset "utf-8";
/* CSS Document */

a:link {
	color: #06C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #06C;
}

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D9A76A;
}
.fundo-1 {
	background-position: right top;
	background-image:url(../imagens/fundo-1.jpg);
}
.borda-tabela {
	border: 1px solid #999;
}
.texto-conteudo-materia {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
.texto-titulo-materia {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.texto-data-materia {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #06C;
}
.fundo-2 {
	background-position: left top;
	background-image:url(../imagens/fundo-2.jpg);
}
.fundo-topo {
	background-position: center top;
	background-image:url(../imagens/fundo-topo.jpg);
}
.titulo-pagina {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #06C;
}

.fundo-rodape {
	background-position: center top;
	background-image:url(../imagens/fundo-rodape.jpg);
}
.texto-rodape {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.texto-data-topo {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
}
.linhamento-justificado {
	text-align:justify;
}

