			/* CSS Document */
			/* REFERENTE AS PÁGINAS DE NOTÍCIAS (noticias.htm, noticiasDetalhes.htm) */
			
			/* FORMULÁRIO COM BUSCA P/ NOTÍCIAS */
			#buscaNoticias {/* Campo de busca das notícias */
				height: 80px;
				width: 503px;
				background: url(../images/bgBusca.jpg) no-repeat bottom;
				margin-bottom: 20px;
				}
			#titbuscaNoticias {
				display: block;
				padding-bottom: 10px;
				position: relative;
				left: 0px;
				top: 0px;
				}
			#boxFormBuscaNoticias {
				position: relative;
				vertical-align: middle;
				}
			#camposFormBuscaNoticias {
				position: absolute;
				left: 0px;
				top: 0px;
				}
			#selecaoTitulo {
				position: absolute;
				left: 334px;
				top: 2px;
				}
			#rotuloTitulo {
				position: absolute;
				left: 354px;
				top: 0px;
				}
			#selecaoPeriodo {
				position: absolute;
				left: 262px;
				top: 2px;
				}
			#rotuloPeriodo {
				position: absolute;
				left: 282px;
				top: 0px;
				}
			#btBuscaNoticias {
				position: absolute;
				left: 396px;
				top: -3px;
				}
			/* fim */
			
			/* BOX PARA NOTÍCIAS */
			.noticiasLista {
				padding-bottom: 5px;
				border-bottom: 1px dashed #E0DFE3;
				margin-bottom: 20px;
				}
			/* fim */
			
			/* TEXTO PARA RESULTADO DA BUSCA POR NOTÍCIAS */
			.textoResultado {
				font: italic bold 12px Arial, Helvetica, sans-serif;
				color: #FF0000;
				display: block;
				padding-bottom: 10px;
				}
			/* fim */

			/* NOME DE QUEM FEZ A NOTÍCIA */
			#principal #conteudo .assinatura {
				text-align: right;
				display: block;
				margin-bottom: 20px;
				margin-top: 10px;
				}
			/* fim */
			
			/* FOTO EM DESTAQUE */
			#principal #conteudo .fotoNoticia {
				float: left;
				margin-right: 15px;
				margin-bottom: 10px;
				width: 239px;
				}
			/* fim */
			
			/* AUTOR DA FOTO */
			#principal #conteudo .fotoNoticia .autorFoto {
				font: italic 11px Arial, Helvetica, sans-serif;
				color: #666666;
				margin: 0px;
				padding: 0px 0px 3px;
				display: block;
				width: 239px;
				clear: both;
				text-align: right;
				}
			/* fim */
			
			/* LEGENDA DA FOTO */
			#principal #conteudo .fotoNoticia .legenda {
				display: block;
				width: 239px;
				clear: both;
				float: left;
				color: #666666;
				background: #F5F5F5;
				font-size: 10px;
				padding-top: 3px;
				padding-bottom: 3px;
				border-top: 1px none #9D9DA1;
				border-right: 1px none #9D9DA1;
				border-bottom: 1px solid #9D9DA1;
				border-left: 1px none #9D9DA1;
				}
			/* fim */

