#TopoFlash{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:632px;
	height:250px;
	float:left;
	background-color:#CCC;
}

.TxtFlash{
	display:block;
	height:100%;
	border:1px dashed #000000;
	text-align:center;
}

.TxtFlash a{
	color:#000000;
	text-decoration:none;
}

.TxtFlash a:hover{
	text-decoration:underline;
}

#PaginaDestaqueLancamento{
	width:100%;
	float:left;
	margin:10px 0 0 0;
	height:264px;
}

#NoticiasIndex{
	width:306px;
        height: 343px;
        background-color:#F9F9F9;
	float:left;
	margin:20px 0 0 0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#NoticiasIndex a.more{
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:12px;
    color:#666666;
    text-decoration: none;
    float: right;

    margin: 5px 12px;
}
#NoticiasIndex a.more:hover{
    text-decoration: underline;
}

#HeaderNoticias{
	background-image:url(../../slices/bg-HeaderNoticias.jpg) !important;
}

#ConteudoNoticias{
	width:100%;
	float:left;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}


#ConteudoNoticias li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	height:27px;
	line-height:25px;
	border-bottom:1px dotted #666;
	width:280px;
	margin:auto;
	padding:0;
	background-image:url(../../slices/img-Bullet.jpg);
	background-repeat:no-repeat;
	background-position:left 8px;
}

#ConteudoNoticias li a{
	color:#666;
	text-decoration:none;
	line-height:25px;
	text-indent:15px;
	display:block;
}

#ConteudoNoticias li a:hover{
	text-decoration:underline;
}