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

/* texto padrao */
.texto {
	color: #000;
	text-decoration: none;
	font: 13px/20px 'FontRegular', "Trebuchet MS", Arial, Tahoma, Verdana;
}

/* corpo reduzido */
.texto_menor {
	font-size: 12px;
	color: #666;
}

/* texto mais claro */
.texto_cinza {
	color: #666;
}

/* texto mais claro ainda */
.texto_claro {
	color: #999;
}

/* titulo principal */
.titulo {
	color: #F09;
	font: 23px/30px 'FontBold', "Trebuchet MS", Arial, Tahoma, Verdana;
}

.titulo_branco {
	color: #FFF;
	font: 23px/30px 'FontBold', "Trebuchet MS", Arial, Tahoma, Verdana;
}

.titulo_amarelo {
	color: #FF0;
	font: 23px/30px 'FontBold', "Trebuchet MS", Arial, Tahoma, Verdana;
}

/* titulo de noticia */
.titulo_noticia {
	color: #03C;
	font: 16px/23px 'FontMedium', "Trebuchet MS", Arial, Tahoma, Verdana;
}

/* subtitulos e topicos */
.subtitulo {
	color: #F09;
	font: 18px/25px 'FontRegular', "Trebuchet MS", Arial, Tahoma, Verdana;
}

.subtitulo_verde {
	color: #090;
	font: 18px/25px 'FontRegular', "Trebuchet MS", Arial, Tahoma, Verdana;
}

.subtitulo_branco {
	color: #FFF;
	font: 18px/25px 'FontRegular', "Trebuchet MS", Arial, Tahoma, Verdana;
}

.subtitulo_amarelo {
	color: #FF0;
	font: 18px/25px 'FontRegular', "Trebuchet MS", Arial, Tahoma, Verdana;
}

/* topico lateral */
.topico {
	color: #03C;
	font: 18px/25px 'FontRegular', "Trebuchet MS", Arial, Tahoma, Verdana;
}

/* topico rodape */
.topico_rodape {
	color: #666;
	font: 18px/25px 'FontRegular', "Trebuchet MS", Arial, Tahoma, Verdana;
}

/* vermelho para chamar atencao */
.atencao {
	color: #F00;
}

