.textoConteudo {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.titulo {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #014B7E;
	text-decoration: none;
}
.ass_Rodape {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.bg_esq {
	background-attachment: scroll;
	background-image: url(../imgs/bg_esq.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.link:link {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	text-decoration: underline;
}
.link:visited {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	text-decoration: underline;
}
.link:active {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	text-decoration: underline;
}

.bg_dir {
	background-attachment: scroll;
	background-image: url(../imgs/bg_dir.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

