@charset "utf-8";
/* CSS Document */

.preto-agenda{
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
		color: #1E2122;
}
.agenda-laranja {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: #F84D00;
}
.branco-news {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.titulo-noticias{
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #F84D00;
}
.textarea-int {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	border-color:#D7D7D7;
}
.corpo-laranja{
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height:17px;
	font-weight: bold;	
	color: #F84D00;
}
.corpo-branco{
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height:16px;
	font-weight: bold;	
	color: #FFFFFF;
}
.corpo-preto{
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height:17px;
	font-weight: bold;
		color: #1E2122;
}
.textarea {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	border-color:#D7D7D7;
}