.texto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;

}
.caixa {
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 10px;
	height: 16px;


}
.link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.bold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.textored {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
.noticia {
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FC0;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

