/*
 * CSS base do site (sempre incluído primeiro)
 * Copyright (c) 2010 Allison de O. Ramos
 */

/* Zerar margens, enchimentos e bordas de todos os elementos */
*
{
	margin: 0px;
	padding: 0px;
	border: none;
}

/* Texto (todos) */
p, h1, h2, h3, h4, h5, h6, th, td
{
	font-family: "Courier New", Courier, "Times New Roman", serif;
}

/* Texto (normal) - incluindo tabelas */
p, td
{
	margin-top: 0.7em;
	margin-left: 16px;
	margin-right: 16px;
	text-align: justify;
	font-size: 0.95em;
	color: #000000;
}

/* Texto (cabeçalhos) */
h1, h2, h3, h4, h5, h6
{
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	border-bottom: solid 1px #5678B6;
	text-align: center;
	background: center top repeat-y url(../imagens/h_600.png);
	color: #5678B6;
}

/* Texto (especial) */
.enfase
{
	font-family: "Times New Roman", serif;
	font-weight: bold;
}

.citacao
{
	margin-top: 1.2em;
	margin-left: 48px;
	margin-right: 48px;
	font-family: "Times New Roman", serif;
	font-style: italic;
}

.endereco_citacao
{
	margin-top: 0px;
	margin-bottom: 1.2em;
	margin-right: 48px;
	text-align: right;
}

/* Centralizar objeto */
.centralizado
{
	text-align: center;
}

/* Corpo da página */
body
{
	background: left top repeat-x url(../imagens/fundo.png) #C5D8EC;
}

/* Div que contém praticamente toda a página (exceto a imagem de fundo) */
#pagina
{
	margin: 4px auto;
	width: 800px;
}

/* Div que contém o cabeçalho, o menu e o conteúdo da página */
#principal
{
	padding: 0px 4px;
	background: left top repeat-y url(../imagens/fundo_bloco.gif);
}

/* Parte do site que muda de página para página */
#conteudo
{
	margin: 0px 8px;
}

/* Enfeites em cima e em baixo da página */
#enf_cima
{
	width: 800px;
	height: 64px;
	background: left top no-repeat url(../imagens/enf_topo.png);
}

#enf_baixo
{
	width: 800px;
	height: 64px;
	background: left top no-repeat url(../imagens/enf_fundo.png);
}

/* Separadores de conteúdo */
.separador_peq
{
	margin-top: 5px;
	margin-left: 12px;
	border-bottom: 1px solid #5678B6;
	width: 350px;
	height: 2px;
	background-color: #39C;
}

.separador_grande
{
	margin-top: 5px;
	margin-left: 12px;
	margin-right: 12px;
	border-bottom: 1px solid #5678B6;
	width: auto;
	height: 2px;
	background-color: #39C;
}

/* Links */
a
{
	color: #0000FF;
	text-decoration: underline;
}

a:link, a:visited
{
	font-style: normal;
}

a:hover, a:active
{
	font-style: italic;
}

/* Tabelas */
table
{
	border: outset 2px #06C;
	background-color: #CCF;
	width: 100%;
}

td
{
	padding: 6px;
	border: inset 1px #09F;
	background-color: #FFF;
	text-align: center;
	font-weight: normal;
}
