

/* Formatacao dos itens */

		#indicecomponente ul {
			padding-left:20px;
			list-style:none;
			margin-bottom:30px;
		}

			#indicecomponente ul li {
				background:url(indices_linha_separadora.gif) left bottom no-repeat;
				padding-bottom:10px;
				padding-left:20px;
				clear:both;
			}

				span.dataitem_noticia {
					font-size:10px;
					color:#4f495c;
					display:block;
					margin-top:8px;
				}
			
				a.tituloitem {
					font-weight:bold;
				}
				
					a.tituloitem:hover {
						text-decoration:none;
					}
	



