@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagens/fundo.png);
}
body,td,th {
font-family: Garamond, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #FFF;
}
a:link {
	color: #CCC;
	text-decoration:underline;
}
a:visited {
	color: #CCC;
	text-decoration:underline;
}
a:hover {
	color: #FFF;
	text-decoration:none;
}
a:active {
	color: #CCC;
	text-decoration:underline;
}
.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
}
.subtitulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
}
.home {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
