@charset "utf-8";
/* CSS Document */


body{
	margin:0px;
	background-image: url(img/bg_site.jpg);
	background-position: 0 0;
}

table, td {border-collapse:collapse;}
form, td {margin:0; padding:0;}
td, tr {
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	color:#999999;
	vertical-align:top;
	text-align:justify;
}

.border{height:100%; border:1px solid #DFDFDF; width:1px;}

a{
	text-decoration:underline;
}
a:hover{ text-decoration:none;}

b a{ color:#3F3F3F; text-decoration:underline; font-weight:normal;}
b a:hover{ text-decoration:none;}
strong{ color:#989898}
strong a{ color:#6099DB; text-decoration:none; font-weight:normal; font-weight:bold;}
strong a:hover{ text-decoration:underline;}
b img{ margin:0 0 0 5px;}
strong img{ margin:0 0 0 5px;}

span a{ color:#8B8B8B}
span{ color:#669EDE}
#rodape{ width:100%}


.alinhamentoCentro{ text-align:center;}
.alinhamentoDir{ text-align:right;}
.alinhamentoEsq{ text-align:left;}
.branco{ color:#FFFFFF;}
.floatEsq{ float:left;}
.floatDir{ float:right;}
.limpa{ clear:both;}
.nivel1{ z-index:1;}
.nivel2{ z-index:2;}
.nivel3{ z-index:3;}
.nivel4{ z-index:4;}
.nivel5{ z-index:5;}
.posicaoAbs{ position:absolute;}
.posicaoRel{ position:relative;}
.preto{ color:#000000;}
.tahoma{ font-family:Tahoma;}
.xSmall{ font-size:x-small;}
.xxSmall{ font-size:xx-small}
.small{ font-size:small}
.sublinhado{ text-decoration:underline;}
