/*
-------------------------------------------------------------------------------
	CONFIGURAÇÕES DE TAGS
-------------------------------------------------------------------------------
*/

html,
body,form{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color:#F0F0F0;
}

table {
	border-collapse: collapse;
}

th,
td {
	vertical-align: top;
	font-weight: normal;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color:#666666;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

input, select, textarea {
	border:1px solid #CCCCCC;
	margin-left:7px;
	font-size:11px;
	color:#666666;
	font-family:tahoma;
}

.tdIdiomas {
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
}

@-moz-document url-prefix() {
  .tdIdiomas {
	padding-bottom:9px;
  }
}

.tdIdiomas a{
	color: #666666;
}
.tdIdiomas a:hover{
	color: #666666;
}
.LinhaTopo {
	background-image:url(../../img/bg_linha_topo.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.BgTopo {
	background-image:url(../../img/bg_topo.jpg);
	background-repeat:repeat-x;
	height:249px;
	margin-top: 1px;
}

.ImgTitulos {
	float:left;
}

.LinhaTitulos {
	margin-top:32px;
}

.tdSubTitulos {
	border-bottom:2px solid #F0F0F0;
	padding-left:20px;
}

.tdSubTitulos a{
	color:#666666;
}

.tdSubTitulos a:hover{
	color:#666666;
}

.tdFlash {
	border-bottom:2px solid #F0F0F0;
	padding-right:10px;
}

.SubTitulos {
	margin-top:20px;
	margin-bottom:10px;
}

.LateralDireita {
	margin:19px;
	margin-bottom:30px;
}

.BgRodape {
	background-image:url(../../img/img_barra_rodape.jpg);
	background-repeat:repeat-x;
	height:25px;
}
.Rodape {
	font-size:9px; 
	color:#666666;
	padding-top:17px;
	padding-bottom:15px;
}

.BgRodapeAssinado {
	background-image:url(../../img/img_barra_rodape_assinatura.jpg);
	background-repeat:no-repeat;
	height:25px;
}

