.aproximacao {
margin-top:-10px;
}

.class_divConteudoIBLT {
margin-top:20px;
margin-bottom:25px;
margin-left:8px; 
text-align:left; 
width:100%; 
}


/*  FORMULARIOS  */
.CaixadeTexto {
font-family: verdana;
font-size: 12px;
border-style: solid;
border-width: 1px;
border-color: #000000;
color: black;
}
.inputTextTransparente {
font-family: verdana;
font-size: 12px;
border-style: solid;
border-width: 0px;
border-color: #000000;
vertical-align : middle;
}
.botao {
font-family: verdana;
font-size: 12px;
color: Black;
bottom: 1px;
border-bottom: 1px none White;
border-bottom-color: White;
border-bottom-style: solid;
border-bottom-width: 1px;
border: 1px solid Black;
background: #DCDCDC;
}
.combo {
font-family: verdana;
font-size: 11px;
color: #000000;
}
.textarea {
font-family: verdana;
font-size: 12px;
color: #000000;
}
/* utilizado no asterisco para representar campo obrigatório */
.campoObrigatorio {
font-family: verdana;
font-size: 12px;
color: #FF0000;
font-weight: bold;
}


/*  TABELAS  */
/* titulo da tabela - v.1 */
.tdTitulo {
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #000000;
background: #f0f0f0;
text-align: center;
border-width: 1px;
border-style: solid;
border-color: #797979;
padding-left:6px;
padding-right:6px;
}
/* linha de total da tabela */
.tdTotal {
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #000000;
background: #e3e3e3;
vertical-align : middle;
border-width: 1px;
border-style: solid;
border-color: #797979;
}
/* corpo da tabela - alinhado ao centro */
.tdCenter {
text-align:center;
font-family: verdana;
font-size: 10px;
color: #000000;
border-width: 1px;
border-style: solid;
border-color: #797979;
}
/* corpo da tabela - alinhado a esquerda */
.tdLeft {
text-align:left;
font-family: verdana;
font-size: 10px;
color: #000000;
border-width: 1px;
border-style: solid;
border-color: #797979;
}
/* corpo da tabela - alinhado a direita */
.tdRight {
text-align:right;
font-family: verdana;
font-size: 10px;
color: #000000;
border-width: 1px;
border-style: solid;
border-color: #797979;
}


/* corpo da tabela - alinhado a esquerda - sem borda */
.tdTransp {
text-align:left;
font-family: verdana;
font-size: 10px;
color: #000000;
}



/* FONTE */
.fonte {
font-family: verdana;
font-size: 12px;
color: #000000;
}
.fonteNegrito {
font-family: verdana;
font-size: 12px;
color: #000000;
text-decoration: none;
font-weight: bold;
}
.fonteP {
font-family: verdana;
font-size: 11px;
color: #000000;
}
.fonteNegritoP {
font-family: verdana;
font-size: 11px;
color: #000000;
font-weight: bold;
}

.fonteIBLT {
font-family: verdana;
font-size: 12px;
color: #4D69B2;
}


.fontePP {
font-family: verdana;
font-size: 9px;
color: #000000;
}

.fontePPWhite {
font-family: verdana;
font-size: 9px;
color: white;
}

.fonteNegritoPP {
font-family: verdana;
font-size: 9px;
color: #000000;
font-weight: bold;
}

.fonteTitulo {
font-family: verdana;
font-size: 12px;
color: #003399;
font-weight: bold;
}

.hr {
margin-top:-6px;
text-align:left;
color: #003399;
width:200px;
noshade;
}


/* LINK */
.link {font-family: verdana;font-size: 12px;color: black;text-decoration: underline;}
.link:link{font-family: verdana;font-size: 12px;color: black;text-decoration: underline;}
.link:visited{font-family: verdana;font-size: 12px;color: black;text-decoration: underline;}
.link:active{font-family: verdana;font-size: 12px;color: black;text-decoration: underline;}
.link:hover{font-family: verdana;font-size: 12px;color: #708090;text-decoration: none;}

.link2 {font-family: verdana; font-size: 12px; color: black; text-decoration: none;}
.link2:link {font-family: verdana; font-size: 12px; color: black; text-decoration: none;}
.link2:visited {font-family: verdana; font-size: 12px; color: black; text-decoration: none;}
.link2:active {font-family: verdana; font-size: 12px; color: black; text-decoration: none;}
.link2:hover {font-family: verdana; font-size: 12px;	color: #0000CD;	text-decoration: none;}


/*PDF*/
.red{
	text-decoration:none;
	color:red;
}
.green{
	text-decoration:none;
	color:green;
}



