@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	*margin-top: 15px; /* HACK IE6>*/
	_margin-top: -4px; /* HACK somente p/ IE6*/
	margin-right: 0px;
	margin-bottom: 0px;
	color:#9C4A2A;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color: #9C4A2A;
}

.ConfigTitulo{
	color:#9C4A2A;
	font-size:17px;
	font-weight: bold;
	}

.ConfigTitCidades{
	color:#9C4A2A;
	font-size:14px;
	font-weight: bold;
	}


.ConfigItalic{
	font-style:italic;
	}
.ConfigSubliNeg{
	font-weight: bold;
	/*text-decoration:underline;*/
}
/* Configuração das Legendas de imagens */
.ConfigLeg{
	font-size:11px;
	font-weight: bold;
}
/* Configuração dos links */

a{
	color: #9C4A2A;
	font-weight:bold;
}
/*
.ConfigLink{
	a:visited color: #9C4A2A;
	a:hover color: #9C4A2A;
	a:active color: #9C4A2A;
}
*/
#main{
	.margin-top:-16px;
}
.Footer a{color:#4E1703}
