#newsletter
{
	float: left;
	width: 465px;
	min-height: 400px;
	background-color: #ffffff;
	margin: 0px auto;
	text-align: center;
}

	#newsletter table {
		margin: 50px auto;
	}

#newsletter-selector {
	background-color: #B7000A;
	width: 250px;
	font-size:8pt;
	color:white;
}
	
	.newsletter-arrow {
		font-size: 11pt;
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
		padding-left:10px;
	}
	
	
/* ----------------------------- NOVO ---------------- */	
.label_outras{
	margin-top: 15px;
	height: 16px;
}
	.label_outras p{
		font-weight: bold;
		color: #fff;
	}
	
.link_nletter {
	margin-left: 25px;
	margin-top: 8px;
}
			
	.link_nletter a, .link_nletter a:hover {
		color: #66a4b0;
		text-decoration: none;
		}
	.link_nletter a:hover {
		color: #4c8793;
	}
		.link_nletter .nletter-selected, .link_nletter.nletter-selected:hover {
			color: gray;
		}
		
.top_nletter {
	background: url('/static-media/topo_distrito.jpg') no-repeat;
	width: 452px;
	min-height: 30px;
	margin-left: 6px;
	background-color:#d1dfe8;
}
	.top_nletter p {
		color: #cc0000;
		font-weight: bold;
		font-size: 13px;
		margin-left: 15px;
		margin-right: 15px;
		padding-top: 10px;
		text-align: center;
	}
	
.fundo_nletter {
	background: url('/static-media/fundo_distrito.jpg') no-repeat;
	width: 452px;
	min-height: 20px;
	margin-left: 6px;
}


#content-nletter {
	min-height:470px;
}

.conteudo_nletter {
	margin-left:6px;
	margin-right: 7px;
	background-color:#d9e7ea;
}
	.conteudo_nletter p {
		padding-top: 5px;
		margin-left:15px;
		margin-right: 15px;
	}
	
		.conteudo_nletter p strong {
			font-weight: bold;
			font-size: 12px;
		}
		
		.conteudo_nletter p a {
			color: #cc0000;
			text-decoration: none;
		}
		
		.conteudo_nletter p a:hover {
			color: #cccc33;
			text-decoration: none;
		}
