/* CSS Document */
.font { color: #FFFFFF}

.font2 { font-size: 10px; color: #FFFFFF}

.caderode { background-color:#848389;  font-size: 10px; color: #FFFFFF}

.just { text-align: justify}

.TextBox {
	border: 1px #666666 solid;
	border-color: #666666;
	background-color: #EEEEEE;
	color: #666666;
}

.link_cinza { color: #666666; text-decoration: none; }

body {  background-attachment: scroll;
		background-image: url(images/bg.jpg);
		background-repeat: repeat-y;
		background-position: left top;
		background-color:#FFF;
		margin:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
}

/* Conteúdo */
.titulos {  font-weight: bold; color:#CC0000}
.titulosEmpresa{ font-weight: bold; color:#CC3300; }

.font_corpo { color: #666666; text-align:justify;}
.font_corpoParc { font-weight:bold; color: #c42c1f}

a {  color: #0B89D5; text-decoration: none}
a:hover { color: #CC0000; text-decoration: underline; cursor:pointer;}
a.titulos { text-decoration:underline; font-size:13px; }
a img { border:none; }

.center { text-align:center; }
.center table { margin-left: auto; margin-right: auto; text-align:left; }
.direita{ text-align:right;}
.direita strong{ color:#666666}
#Table_01 { height:auto; }
#Table_01 td{ line-height:0px; font-size:0px; }
.rodape{ background-color:#008EC6; }

input[type=button],input[type=submit],input[type=reset]{
	background:transparent;
	border:solid 2px #4F72FF;
	font-weight:bold;
	color:#4F72FF;
}
.conteudo{ color:#000;}
.indexRodape{
	position:absolute;
	z-index:2;
	font-size:12px;
	font-weight:bold;
	color:#999;
	margin-top:28px;
	margin-left:40px;
}
#banner{ z-index:1; overflow:hidden;}
/* Contato */
.quadro{
	background-color:#f4f4f4;
}
.iframe{ width:525px; height:350px; border:none; overflow:auto; margin:0px;}
/* Contate-nos */
.tdContate1{width:15%;}
.tdContate2{width:85%;}
/* Sistema */
.trSistema:hover{ background-color:#CCC; }