@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color:#F0F0F0;
	background-image:url(../imagens/fundo.png);
	background-repeat:no-repeat;
}
a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration:none;
}
.justificado {
	text-align: justify;
}
.vermelho {
	color:#FF0000;
}
.negrito {
	font-weight:bold;
	color:#FF0000;
}
.rodape {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #1A9EDC;
}
.subtitulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #1A9EDC;
}
