#boxNoticias {
			width:170px;
			float:left;
			padding-top:20px;
			padding-left:7px;
			
}

#boxNoticias h5 {
	font-size:12px;
}

#boxNoticias ul {
	margin-left:-30px;
	_margin-left:10px;
	list-style: none;
}

#boxNoticias ul li {
	font-size:10px;
	padding-top:10px;
}

#boxNoticias a{
	color:#528493;
	text-decoration: underline;
}

#boxNoticias a:hover{
	text-decoration: none;
}

#boxPesquisa {
			width:170px;
			float:left;
			margin-top:20px;
			padding-left:7px;
			
}

#boxPesquisa input {
			border:1px solid #003366;
			font-size:10px;
}

#boxPesquisa form {
			padding:0px;
			margin:0px;
}

.comment{
			width:100%;
			border:1px solid #568B9A;
			margin-bottom:1em;
			_position:relative;
			background:#EBEBEB;
			color:#528493;
		}


.comment .w1{
			background-image:url(../images/comment-tl.png);
			background-position:0% 0%;
			background-repeat:no-repeat;
			position:relative;
			top:-1px;
			left:-1px;
		}
		
.comment .w2{
			background-image:url(../images/comment-tr.png);
			background-position:100% 0%;
			background-repeat:no-repeat;
			position:relative;
			left:2px;
		}
		
.comment .w3{
			background-image:url(../images/comment-br.png);
			background-position:100% 100%;
			background-repeat:no-repeat;
			position:relative;
			top:2px;
		}
		
.comment .w4{
			background-image:url(../images/comment-bl.png);
			background-position:0% 100%;
			background-repeat:no-repeat;
			position:relative;
			left:-2px;
			padding:1em;
			overflow:hidden;
		}
		

		