body
{
	background-color: #ffffff;
    font-family: Arial;
}

h1
{
	font-size: 150%;
	font-weight: bold;

	margin: 0.2em;
	padding: 0.2em;
}

h2
{
	font-size: 125%;
	font-weight: bold;
	margin: 0.2em;
	padding: 0.2em;
}

em
{
	color: #003300;

	font-size: 105%;
	font-style: italic;
}

strong
{
	font-weight: bold;
}

p, table {
    color: black;
}

#site
{
/* (descomentar a linha abaixo para centralizar o leiaute de todo o site) */
/*    margin: 0 auto;  */
	width: 980px;
	text-align: left;
    font-family: Verdana;
	background-color: #ffffff;
    position: relative;

    overflow: visible;
}

#menu-acessivel
{
	display: none;
}

h2.titulo_conteudo
{
    /* Posicionamento */
    clear: both;
    padding: 0 0 0 1.5%;
    margin: 0 0 1em 1.5%;
    line-height: 1.2em;

    /* Background */
    background-image: url(/_imagem/bullet.png);
    background-position: 0% 0.25em;
    background-repeat: no-repeat;
}

h2.titulo_conteudo .extensao
{
    /* Tamanho relativo à parte principal do título*/
    font-size: 85%;
}

p.subtitulo_conteudo
{
    /* Posicionamento */
    clear: both;
    margin: -1.1em 0 1.2em 3%;
    font-size: 90%;
}


/* CAMINHO */

p.caminho {

    /* Posicionamento */
    float: left;

    /* Tamanho */
    width: 64%;
    padding-left: 1%;
    margin-top: -4px;

    /* Fonte */
    font-size: 70%;
}

p.caminho > * {
    line-height: 1.3em;
}

p.caminho span.rotulo {

    /* Fonte */
    font-weight: bold;
	color: #666666;
}

p.caminho span.atual {

    /* Fonte */
    font-weight: bold;
}

p.caminho span.atual,
p.caminho span.anterior {

	/* Fonte */
	white-space: nowrap;
}

p.caminho a {

	/* Fonte */
	text-decoration: none;
	color: #666666;
}

p.caminho a:hover {

    /* Fonte */
	text-decoration: underline;
}



#avisos
{
	/* Posicionamento */
	position: relative;
	clear: both;
    width: 980px;

	/* Fonte */
	text-align: center;
	color: rgb(196,196,196);
	/* Fonte */
	font-size: 0.8em;

	/* Margem e preenchimento */
	margin-top: 1em;
}

/* RODAPE */
#regiao_rodape
{
	/* Tamanho */
    width: 100%;
    height: 21px;

    background-color: rgb(64,140,102);
	clear: both;
}
/* FIM RODAPE */

