
body {                                                                                                                  
    width:98%;
    text-align:center;
	font-family: Verdana;
	font-size: 11px  ;
	margin-top: 0px;
    margin-bottom: 5px;
    background-color:#EAFFEA;
}
form
{
    display: inline;
    margin: 0;
    padding: 0;
}

a:link {
	color: #585858;
	text-decoration: none;
}
a:visited {
	color: #585858;
	text-decoration: none;
}
a:hover {
	color: #C08345;
	text-decoration: none;
}
a:active {
	color: #C08345;
	text-decoration: none;
}


table.SITE {
   width: 950px;
   border: 2px solid #D0D0D0;
   border-right: 2px solid #D0D0D0;
   border-bottom: 2px solid #D0D0D0;
   text-align:center;
   padding-top:    0px;
   padding-bottom: 0px;
}
tr.SITE {
}
td.SITE {
}




table.PRINCIPAL {
   text-align:center;
}
tr.PRINCIPAL {
}
td.PRINCIPAL {
   border: 0px solid black;
   padding-top:    0px;
   padding-bottom: 0px;
}



table.CABECA {
}
tr.CABECA {
}
td.CABECA {
}


table.CENTRAL {
   width: 100%;
   text-align:center;
   padding-top:0px;
   background-color:#FFF;
}
tr.CENTRAL {
}
td.CENTRAL {
}


table.RODAPE {
   text-align:center;
}
tr.RODAPE {
}
td.RODAPE {
}



table.ESQUERDA {
   width:200px;
   border: 0px solid black;
   margin-left:10px;
}
tr.ESQUERDA {
}
td.ESQUERDA {
}

table.CONTEUDO {
   width:525px;
   border-left: 1px solid #E0E0E0;
   border-right: 1px solid #E0E0E0;
   border-bottom: 1px solid #E0E0E0;
   margin-bottom:8px;
   padding-bottom:4px;
   padding-right:4px;
   text-align:left;
}
tr.CONTEUDO {
    padding-left:4px;
}
td.CONTEUDO {
}


table.DIREITA {
   width:200px;
   margin-right:10px;
   border: 0px solid black;
}
tr.DIREITA {
}
td.DIREITA {
}


.td_label_form{
	font-size: 11px  ;
    padding-top:4px;
    text-align:right;
}

.td_input_form{
	font-size: 11px  ;
}

.tr_form{
   background-color:#F2F2FF;
}
.tr_form_alt{
   background-color:#C0FFFF;
}

.tr_button_form{
	font-size: 11px  ;
}

.button_form{
	font-size: 11px  ;
}
