/* LINKs */
A:link
{
	color:#006600;
	text-decoration:underline;
	font-size:10px;
}

A:visited
{
	color:#006600;
	text-decoration:underline;
}

A:active
{
	color:#008000;
	text-decoration:underline;
}

A:hover
{
	color:#008000;
	text-decoration:underline;
}

/* Texto das noticias */
#txtNoticia
{
	font-family: verdana;
	font-size: 12px;
	color: #000;
}

/* Texto conteudo das Colunas */
#txtConteudoColunas
{
	font-family: arial;
	font-size: 11px;
	text-align: justify;
	color: #000;
}