﻿body 
{
    font-family: Tahoma, Arial, Verdana;
    font-size: small;
    margin: 0px;
}

td img
{
    border: 0px;
    display: block;
}

ul li
{
	margin-top: 10px;
	list-style-image: url(../../imagens/marcador.jpg);
	font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-align: justify;
    color: #333333;	
}

ol li
{
	margin-top: 10px;
}

.topo
{
    width: 743px;
    height: 59px;
    color: #006030;
    font-weight: bold;
    background-image: url(../../imagens/topo.jpg);
}

.borda_verde
{
    width: 28px;
    background-color: #006030;
}

.borda_cinza
{
    width: 28px;
    background-color: #C3C3C1;
}

.botao
{
    border: solid 1px #006030;
    color: #333333;
    font-weight: bold;
    padding: 1px 5px 0px 5px;
    height: 26px;
    background: url(imagens/formbg.gif) repeat-x left top;
}

.conteudo
{
    width: 703px;
    height: 359px;
    background-image: url(../../imagens/bg_asseta.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding-left:20px;
    padding-top:40px;
    padding-right:20px;
    background-color:White;    
}

.texto_pagina
{
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-align: justify;
    color: #333333;	
}

.texto_pagina a
{
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-align: justify;
    color: #333333;
}
.titulo_pagina
{
    color: #006030;
    font-weight: bold;
    font-size:medium;	
    padding-left:10px;
}
.primeiro_nivel_pagina
{
	font-size: 13px;
    line-height: 16px;
    font-weight:bold;
    text-align: justify;
    color: #333333;
}
.segundo_nivel_pagina
{
	font-size: 12px;
    line-height: 16px;
    font-weight:bold;
    text-align: justify;
    color: #333333;
    padding-left:25px;
    text-decoration: underline;
}
.imagem_fachada
{
	float:right;
    margin: 0 0 5px 5px;
    border: solid 2px #006030;
}


