/* CSS Document */

body {
	margin:0px;
	background:url(imagens/fundo.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	}
	
/* Forms */
	
	input {
	background:#e9e9e9;
	border:1px solid #cccccc;

/* Links */
	#link_noticias a:link, #link_noticias a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
	
	#link_noticias a:hover {
	color:#666;
	font-weight:bold;
	}
	
/* Styles */

	.tit_home_noticia {
	color:#097b36;
	font-weight:bold;
	}
	
	.verde {
	color:#095c29;
	}