﻿/* CSS layout */
BODY {
	color: Black;
	background-color: #DCF0E7;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	text-align: justify;
	scrollbar-3dlight-color : #32CD32;
	scrollbar-arrow-color : #556B2F;
	scrollbar-base-color : #ABDBC6;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #C3E5D5;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : Black;
	scrollbar-track-color : #ABDBC6;
	background-image: url('imagens/friso_vertical.jpg');
	background-attachment: fixed;
}

#flashContent
{
    height: 550px;
}

A {
	border: 0;
	color: #004F01;
	text-decoration: none;
	cursor: hand;
}
A:hover { color: #1E791E; text-decoration: underline; font-weight: none; }

a.verde {  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 8pt}
a.verde:hover      { color: #00CC00;		text-decoration: underline; 		}
a.verde:link       { color: green; 	text-decoration: none; 		}
a.verde:visited    { color: green; 	text-decoration: none; 		}
a.verde:active     { color: 00CC00; 	text-decoration: underline; 		}

a.azul {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9pt
}
a.azul:hover      {	color: #0000FF;	text-decoration: underline; }
a.azul:link       { color: blue; 	text-decoration: none; 		}
a.azul:visited    { color: blue; 	text-decoration: none; 		}
a.azul:active     {	color: #0000FF;	text-decoration: underline; }

a.amarelo {
        font-size: xx-small;
        font-weight: bold;
        color: #FFFFCC;
    }
a.amarelo:hover      {	color: #FFFF00;	text-decoration: underline;}
a.amarelo:link       {	color: #FFFFCC;	text-decoration: none;}
a.amarelo:visited    {	color: #FFFFCC;	text-decoration: none;}
a.amarelo:active     {	color: #FFFF00;	text-decoration: underline;}

.txt_azul {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000080; font-weight:bold}
.txt_preto2 {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000}
.txt_verde2 {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #00CC00}
.txt_everde2 {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: green}
.txt_cinza2 {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #CCCCCC}
.txt_vermelho2 {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #990000}
.txt_branco2 {  font-family: Verdana; font-size: 8pt; color: #FFFFFF}
.txt_preto3 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000}
.txt_preto3negrito {    font-size: x-small;    font-weight: bold;}
.txt_preto3italico {    font-size: x-small;    font-style: italic;}
.txt_verde3 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #00CC00}
.txt_everde3 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: green}
.txt_cinza3 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #CCCCCC}
.txt_vermelho3 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #990000}
.txt_branco3 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFFFFF}
.txt_preto4courriernegrito {    font-family: "Courier New", Courier, monospace;    font-size: 9pt;    font-weight: bold;}
.txt_preto4negrito {
    font-size: 10pt;
    font-weight: bold;
}

.titulo_verde {  font-family: Verdana; font-size: 10pt; color: #006600; font-weight: bold}
.titulo_detaque_centro { 	font-family: Verdana; 	font-size: 12pt; color: #006600; 	font-weight: bold; 	text-align: center; }
.subtitulo_preto_esquerda {
    font-size: 14px;
    font-weight: bold;
}

.texto_esquerda   { text-align: left; }
.texto_justificado  {   text-align: justify;  }
.texto_centralizado { text-align: center;	}
.texto_direita    {        text-align: right;    }


.botao       {
	font-family: Verdana;
	font-size: x-small;
	color: #000080;
	font-weight: bold;
	width: 60;
	height: 20;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #808080;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #808080;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	padding-bottom: 1;
	background-color: #99FFCC;
}

.caixatexto   {  font-family: Verdana; font-size: 8 pt; border: 1px solid #99FFCC; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; color: #000000; background: #FFFFFF }
.lista		{ font-family: Verdana; font-size: 8 pt }

.espaco4 {     font-size: 4pt; }
.espaco_div10 {     height: 10px; }

.tr_linha
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}
.tr_linha2
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    background-color: #DFEFFF;
}
