body 
{
	margin: 0;
	padding: 0;
	background: #727272;
}

strong b
{
	font-weight: normal;
}

#ie5menu
{
	position: absolute;
	width: 160px;
	border: 1px solid #666666;
	background-color: menu;
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
	cursor: default;
	visibility: hidden;
}

.menuitems
{
	padding: 0 10px;
}

#flash
{
	_overflow: hidden;
	_text-indent: -5000px;
	_width: 1px;
	_height: 1px;
	_volume: silent;
	
}


.menuRodape
{
	font: 10px arial;
	color: #ccc;
}
.menuRodape a:link, .menuRodape a:visited
{
	color: #ccc;
	text-decoration: none;
}

.menuRodape a:hover 
{
	color: #fff;
	text-decoration: underline;
}



/*--------- DIVs Invisiveis ---------*/
div.invisivel
{
	position: absolute;
	left:1px;
	top:1px;
	width:640px;
	z-index:2;
	visibility: hidden;
	font: 1px arial;
	color: #666666;
}




/*--------- Paginas Internas ---------*/
.bodyInterno
{
	background: #fff;
	background-color: #fff;
	font-family: tahoma, verdana;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/*--------- Paginas Revistas ---------*/
.bodyRevistas {
	background-color: #CCCCCC;
	font-family: tahoma, verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}


/*--------- Banner Flutuante ---------*/
.bannerFlutuante
{
    position: absolute;
    left: 40%;
    top: 200px;
    width: 252px;
    height: 310px;
    z-index: 1;
    visibility: visible;
    overflow: visible;
    text-align: center;
}


/*--------- Página Mapa do Site ---------*/
.mapaSite
{
	text-align: center;
}

.listaMapaSite
{
	background: #fff;
	width: 550px;
	margin: auto;
    _margin: 0;
	text-align: left;
	padding: 10px;
	font: 11px Arial, Helvetica, sans-serif;
}

.listaMapaSite h1
{
	font: bold 24px;
	margin: 0;
	padding: 0;
}

.listaMapaSite h2
{
	font: bold 16px;
}

.listaMapaSite dt
{
}

.listaMapaSite dd
{
	color: #333333;
}

.listaMapaSite dd a:link, .listaMapaSite dd a:visited
{
	background: url(imagens/seta_laranja.jpg) no-repeat left;
	padding-left: 8px;
	color: #333333;
	text-decoration: none;
}

.listaMapaSite dd a:hover
{
	color: #FF6600;
	text-decoration: underline;
}

