/* CSS Document */
#titulo{
	width:280px;
	height:20px;
	border:1px solid #CCCCCC;
	background:#F3F3F3;
	padding-top:5px;
	text-align:center;
}#titulo a{

	color:#003399;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	
}#titulo a:hover{
	text-decoration:underline;
}
#noticias{
	width:280px;
	height:220px;
	float:left;
	margin-right:5px;
	padding-left:10px;
	font-size:12px;
	color:#000000;
	border:1px solid #fff;
}
#mensagem{
	width:280px;
	margin:0 auto;
	margin-top:5px;
	height:80px;
}
#imagem{
	width:280px;
	height:80px;
	margin:0 auto;
	margin-top:5px;
}
#imagem a:hover{
	border:3px solid #003366;
	margin:-5px 0 0 -5px;
	position:absolute;
}
