/* CSS Document */

/* links */

a { text-decoration:none; font-weight: bold; color: #FF9900 }
a:visited { text-decoration: none }
a:active { text-decoration:none }
a:hover { text-decoration: underline }
a.lnkBranco { color: #FFFFFF } 
a.lnkCaixa {border: 1px solid #339900 dotted;padding:2px;text-decoration:none}

/* textos */


body {
	font-family: Trebuchet MS;
	font-size: 8pt;
	margin: 0;
	padding: 0
}

#Header{
	width: 100%;
	clear:both
}

#bgHeader{
	background-image: url(../IMG/bgHeader.gif);
	height: 29px;
	width: 100%
}

#FormBusca{
	text-align: center
}

#ResultadoBusca{
	clear: both;
}

#Footer{
	clear: both;
	width: 100%;
}

#linksFooter {
	text-align: center;
	padding-bottom: 20px
}

#bgFooter{
	background-image: url(../IMG/bgFooter.gif);
	height: 30px;
	line-height: 30px;
	width: 100%;
	padding-top: 5px;
	text-align: center;
}

#bgTitPg{
	background-image: url(../IMG/bgTitPg.jpg);
	height: 78px;
	width: 100%
}


/* FIM novo CSS */

.bgTpl {background-color: #FFF}

table { 
font-family: Tahoma, sans-serif, Helvetica, Geneva, Verdana  ;
	font-size: 8pt;
	color: #000000;
	BORDER-COLLAPSE: collapse
}
.secoes {font-size: 14px; font-weight: bold; font-family: Geneva, ARIAL, Verdana, sans-serif;}

.tblTemplate {
	width: 100%;
	height:100%;
	padding: 0px;
	margin: 0px;
}

.tblDefault {
	border: 1px solid #7E97AF;
	padding:1px;
	font-size: 7pt;
	text-align: center
}

.txtTblmenor {
	font-size: 7pt;
	width:100%
}

th {
	background-color: #E3E8EB;
	font-size:8pt;
	height:30px
}
.row {
	background-color: #F3F5F3;
}
.verde {
	color: #006633;
}

.red {
font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-style:  normal;
	font-weight: normal;
  }


p, ul { text-align: left }


.mrgPagina {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px
}

.titPg {
	font-weight: bold;
	font-size: 11.5pt;
	color: #003366	
}
.titNoticia {
	font-weight: ;
	font-size: 12px;
	color: #003366	
}

.txtMenor {
	font-size: 7pt;
	color: #000
}


Footer {

}

/* formulrios */

.frm {
font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: 8pt; 
	color: #000;
	border : 1px solid #999999;
	background-color : #FFFFFF
}

