/*///// BODY TABLE /////*/
body,td {
	font-family:Arial;
	font-size:11px;
	margin:0px;
	line-height: 14pt;
}
/*////// IMGS //////*/
img {
	border:0px;
}

/*/////// DIVS ///////*/
#divCabecalho {
	background-image:url(../imgs/fundo_cabecalho.jpg);
	background-repeat:repeat-x;
	height:120px;
	line-height: 14pt;
}
#cabecalho {
	background-image:url(../imgs/fundo_topo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:750px;
	height:120px;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	line-height: 14pt;
}
#divConteudo {
	background-image:url(../imgs/fundo_conteudo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	line-height: 14pt;
}
#divConteudo2 {
	background-image:url(../imgs/fundo_conteudo2.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	line-height: 14pt;
}
#conteudo {
	width:780px;
	text-align:left;
	line-height: 14pt;
}
#divRodape {
	background-image:url(../imgs/fundo_rodape.gif);
	background-repeat:repeat-x;
	height:48px;
	line-height: 14pt;
}
#rodape {
	width:780px;
	height:48px;
	text-align:left;
	line-height: 14pt;
}
#subBarra {
	background-image:url(../imgs/sub_barra.gif); 
	background-repeat:repeat-x; 
	margin:6px 13px 6px 13px; 
	height:2px;
	line-height: 14pt;
}
#pontilhadoVerde {
	background-image:url(../imgs/pontilhado_verde.gif); 
	background-repeat:repeat-x; 
	height:1px;
}
#pontilhadoCinza {
	background-image:url(../imgs/pontilhado_cinza.gif); 
	background-repeat:repeat-x; 
	height:1px;
}
#pontilhadoRosa {
	background-image:url(../imgs/pontilhado_rosa.gif); 
	background-repeat:repeat-x; 
	height:1px;
}
#pontilhadoAzul {
	background-image:url(../imgs/pontilhado_azul.gif); 
	background-repeat:repeat-x; 
	height:1px;
}
/*////// FORMS //////*/
select {
	border:1px solid #bfbfbf;
	background-color:#bfbfbf;
	font-size:11px;
	color:#ffffff;
}
input,textarea {
	border:1px solid #bfbfbf;
	background-color:#bfbfbf;
	font-size:11px;
	color:#ffffff;
}
.formulario {
	font-size:10px;
	background-color:#ffffff;
	border:1px solid #d1d1d1;
	color:#7f7f7f;
}
form {
	margin:0px;
}
/*////// TEXTOS //////*/
.textoCinza10 {
	font-size:10px;
	color:#656565;
	line-height: 14pt;
}
.textoCinza10 a {
	font-size:10px;
	color:#656565;
	text-decoration:none;
	line-height: 14pt;
}
.textoCinza10 a:hover {
	font-size:10px;
	color:#656565;
	text-decoration:underline;
	line-height: 14pt;
}
.textoCinza11 {
	font-size:11px;
	color:#656565;
	line-height: 14pt;
}
.textoCinza11 a {
	font-size:11px;
	color:#656565;
	text-decoration:none;
	line-height: 14pt;
}
.textoCinza11 a:hover {
	font-size:11px;
	color:#656565;
	text-decoration:underline;
	line-height: 14pt;
}
