@charset "ISO-8859-1";

/*------------------------- manchete --------------------*/
#MancheteImagem{
	width:270px;
	height:170px;
	padding:0px;
	margin:0px;
	overflow: hidden;
}
.MancheteTitulo{
	font-family: Geneva, Arial, Helvetica, "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	text-align:left;
	letter-spacing: -1px;
	margin:0px;
	padding:0px;
}
a.MancheteTitulo:hover {
	color: #df9c0c;
}
.MancheteChamada {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
}
a.MancheteChamada:hover {
	color: #df9c0c;
}
.RetrancaHome{
	display:block;
	width:auto;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:20px;
	text-decoration: none;
	word-spacing:1px;
	letter-spacing:0.5px;
	color: #cc0000;
	text-align:left;
}
.TitulosItens{
	display:block;
	width:auto;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:17px;
	text-decoration: none;
	word-spacing:1px;
	letter-spacing:0.2px;
	color: #cc0000;
	text-align:left;
	border-bottom:1px solid #cc0000;
}

