/* corpo */
body, h1, h2, h3, h4,p, li, td {	font-family: verdana, arial, helvetica, sans-serif;
								color: #000000; }

p, li { font-size: 1em; }


/*index*/



/* cabeçalho da página */
h1.titulo-topo {	font-size: 2.25em;
					font-weight: normal;
					text-align: center;
					margin-bottom: 0em; }

td.links-topo {	font-size: 0.75em;
				font-weight: bold;
				color: #ffffff;
				background-color: #000099; /* fundo azul-escuro */ }				


/* título(s) do conteúdo */
h2.titulo-conteudo {	font-size: 1.4em;
						font-weight: normal;
						color: #0066cc;
						text-align: center;
						margin-top: 0em;
						margin-bottom: 0em; }

h3.subtitulo-conteudo {	font-size: 1em;
						font-weight: bold;
						color: #0066cc;
						text-align: center;
						margin-top: 0em;
						margin-bottom: 2em; }



h4.destaque { font-size: 1.4em;
				color: #ff0000;} /*destaque em vermelho*/




/* barra lateral */
td.links-lado {	font-size: 0.75em;
				font-weight: bold;
				background-color: #99ccff; /* fundo azul-claro */ }
				
td.esta-pag {	font-size: 0.75em;
				font-weight: bold;
				background-color: #ffffff; /* fundo branco */ }


/* título(s) de secções */
h3.titulo-seccao {	font-size: 1.25em;
					font-weight: bold;
					margin-top: 2em;
					margin-bottom: 0em; }

div.subtitulo-seccao {	font-size: 0.85em;
						font-weight: bold; }
						
div.indice-seccao {	font-size: 0.7em;
					margin-bottom: 2.5em; }


/*rodape */
td.rodape {	font-size: 0.6em;
			font-weight: bold;			
			color : #ffffff;
			text-align: center;
			background-color: #000099; /* fundo azul-escuro */ }


/* outros (cores de fundo, tamanhos de letras, cores de links) */
td.azul-claro { background-color: #99ccff; /* fundo azul-claro */ }
					
.mini {	font-size: 0.75em; }

a:hover 	{ color: #ff0000; }
a:active 	{ color: #ff0000; }

a.link-topo:link 	{ color: #ffffff; }
a.link-topo:visited { color: #ccffff; }
a.link-topo:hover 	{ color: #ccccff; }
a.link-topo:active 	{ color: #ccccff; }

a.link-lado:link 	{ color: #000000; }
a.link-lado:visited { color: #000000; }
a.link-lado:hover 	{ color: #0000ff; }
a.link-lado:active 	{ color: #0000ff; }
