/* CSS Document */

BODY { 
	font-family: Verdana;
	font-size: 11px;
	color: #004684;
     }
#geral {
	background: #FFFFFF;
	position: absolute;
	left:5%;
	width:700px;
	border: 1px solid #BDFAAB;
	border-left-color: #BDFAAB;
	border-right-color: #BDFAAB;
}
#topo {
	height: 100px;
	width: 700px;
	border-bottom-width: thick;
	border-bottom-style: groove;
	border-bottom-color: #0033CC;
	
}
div#header {
	text-align: right;
	font-size: 80%;
	margin-bottom: 20px;
	margin-top: 0;
}

#esquerda, #direita {
	width:160px;
	font-family: verdana, arial;
	font-size: 9px;
}

#conteudo {
	width:690px;
}
#esquerda {
	float:left;
 
 /*	border: thin solid #666666; */
}

#direita {
	float:right;
}
#conteudo {
	margin-left:10px;
}
.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFF99;
	background-color: #9999CC;
 font-weight: bold;
}
.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
    color: #990000;
}

.footer {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}
.fontGrande{
	font-size: 12px;
}

.bordaAzul1{
	border: 1px solid #CEE8F5;	
	padding: 10 5 10 5;			
}

.bordaVerde{
	border: 1px solid #00B359;	
	padding: 10 5 10 5;   
}

.boxAzul{
	border: 1px solid #C9E0EE;
	background-color: #C9E0EE;
	padding: 10 5 10 5;	
}

.boxAzul1{
	background-color: #EBF2F8;
	padding: 2px;
}

.boxAzul2{
	border: 1px solid #C9E0EE;
	background-color: #C9E0EE;
	padding-bottom: 10px;	
}

.boxVerde{
	background-color: #C9ECC8;
	padding: 2px;
}


p {
	color: #336699;
	font-size:12px;	
}


/* Estilo para todos os bullets em li do site */
ul li{
	margin-bottom: 4px;
}

/* Estilo para todos os numeros em li do site */
ol li{
	margin-bottom: 4px;
}


a, a:hover, a:link, a:visited {
	color: #004684; text-decoration: none;
}

.linkLaranja:active, .linkLaranja:link, .linkLaranja:visited, .linkLaranja:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #E27700;
}

.linkAzulClaro:link, .linkAzulClaro:visited, .linkAzulClaro:hover, .linkAzulClaro:active, .txtAzulclaro, #noticiaView a{
	color: #0365B7
}

.linkLaranjaOver:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #E27700;
}

/* Estilo para todos os textos laranjas do site */
.textoLaranja {
	font-family: Verdana;
	font-size: 11px;
	color: #E27700;
}


/* Estilo para textos azuis do site */
.tituloAzul {
	font-family: Verdana;
	font-size: 13px;
	color: #336699;
}

.tituloAzulTabela {
	font-family: Verdana;
	font-size: 9px;
	color: #0000FF;
	font-weight: normal;
}

.textoAzulTabela {
	font-family: Verdana;
	font-size: 13px;
	color: #336699;
}

 
/* Estilo para todos os textos laranjas em Crosslinks do site */
.textoLaranjaCrosslink {
	font-family: Verdana;
	font-size: 10px;
	color: #E27700!important;
}


/* Estilo para linha de tabela com cor de fundo cinza */
.linhaFundoCinza {
	background-color: #DDDDDD;
}



/*TD {
	font-family: Verdana;
	font-size: 11px;
	color: #004684;
   }
*/
td {
	font-family: Verdana;
	font-size: 13px;
	color: #336699;
   }

table.dashed {
	border: thin dashed #999999;
}
table.solid {
	border: thin solid #E27700;
}

blockquote {
	border-left: 1px solid #333333;
	padding-left: 10px;
}

/* 
p,blockquote,li      {
	text-align: left;
	font-family: verdana, arial;
	font-size: 9pt;
	color: #006699;
}
*/

p.dateline {
	text-align: right;
	font-size: 80%;
	margin-top: 50px;
	margin-bottom: 0;
	color: #858B94;
	border-top: 1px solid;
}

A           {  text-decoration: none;
                font-family: "verdana";
             	font-weight: normal;
				font-size: 9pt;
				color: blue; }
A:link     {  text-decoration: none; 
                font-family: "Verdana";
				font-weight: normal;
				color: blue; }
A:visited  {  text-decoration:        none; 
                font-family: "Verdana";
				color: blue; }
/*
ul {
	margin: 0;
	_margin: 14 0 10 30;
	padding: 0 0 10 30;
	_padding: 0;
}
*/

select {
	font-family: Verdana;
	font-size: 10px;
	color: #004684;
}

input {
	font-family: Verdana;
	font-size: 10px;
	color: #004684;
	background-color: #F7F7F7; 
	border: 1px solid #C1C1C1;
}

.textArea{
	font-family: Verdana;
	font-size: 10px;
	color: #004684;
	background-color: #F7F7F7; 
	border: 1px solid #C1C1C1;
}


h2,h3,h4,h5 {
	color: #527BBD;
	font-weight: 600;
	font-size: 200%;
}

h2 {
	border-bottom: 1px solid #000000;
	margin: 0 -20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 75px;
	line-height: 100%;
}

h3 {
	font-size: 120%;
	line-height: 90%;
	border-bottom: 1px solid #527BBD;
	margin-top: 20px;
}

h4 {
	font-size: 90%;
	color: red;
	line-height: 60%;
/*	border-bottom: 1px dashed #527BBD; */
	margin-top: 30px;
}

div.floater {
	width: 25%;
	margin: 10;
	margin-left: 0px;
	padding: 10px;
	border: 1px solid #B0BDEC;
	background-color: #abd6aa;
	font-size: 90%;
	clear: left;
	float: left;

}

div.floater p {
	margin: 5px 0;
}

div.floater p.smaller {
	border: none;
	padding: 0;
}

div.floater b {
	font-weight: 300;
}
div.floater ul {
	margin-left: 8px ;
}

p.intro {
	color: #326400;
}

p.intro * {
	color: inherit;
}

p.intro:first-letter {
	font-size: 200%;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}

p.intro + * {
	clear: left;
}
