@charset "ISO-8859-1";
/*
	background-color: #7E92C3; azul mais escuro;
	background-color: #9CACCF; azul mais claro errado;
	background-color: #97A7CD; azul mais claro certo;
	font-weight: bold; 
*/
:link, :visited, :active {
}
:link {
   color: #0000CC;
}
:visited {
   color: #660066;
}
:active {
   color: #FF0000;
}
body, h1, h2, h3, h4, h5, p, ul, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	color: #000000;
	background-color: #97A7CD;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 0;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 10pt;
	font-style: normal;
}
table {
	font-size: 10pt; 
	font-style: normal; 
}
table.rodape {
    width: 100%;
}
img.marcador {
	width: 11;
	height: 11;
}
/* Elemento de tabela usando marcador à esquerda */
td.marcador {
	text-indent: -15px;
	padding-left: 15px;
}
h1 {
	text-align: center;
	font-weight: bold;
}
pre {
	font-family: monospace;
}
input, textarea {
	color: #000000; 
	background-color: #FFFFFF; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1pt; 
	border-right-width: 1pt; 
	border-bottom-width: 1pt; 
	border-left-width: 1pt
}
