/*classe para links da página de links*/

.link, A.link:link, A.link:visited, A.link:active {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration:none
}

a.link:hover {
	color: #009900;
	text-decoration: none;
}

/* Classe para links menores*/

.textop, a.textop, a.textop:active, a.textop:visited  {
	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	text-decoration:none
}
a.textop:hover {
	color: #009900;
	text-decoration: none;
}

.texto-princial{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
A.texto-princial:link, A.texto-princial:visited, A.texto-princial:active {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
A.texto-princial:hover {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #009900 ;
}
.texto-vermelho{
	font-family: Tahoma;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
A.texto-vermelho:link, A.texto-vermelho:visited, A.texto-vermelho:active {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
A.texto-vermelho:hover {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000 ;
}

.texto-titulo, A.texto-titulo:link, A.texto-titulo:visited, A.texto-titulo:active {
	color: #333333;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
}

.texto-titulov, A.texto-titulov:link, A.texto-titulov:visited, A.texto-titulov:active {
	color: #990000;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
}

/* Classe para textos*/
.texto-verde {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #003300;
}
.titulo {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma;
}
/* Classe para textos em destaque*/


.texto_grande{
	font-family: Tahoma, Verdana;
	font-size: 14px;
	color: #333333;
}

/* Classe para textos sem destaque*/

.texto_apagado{
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #AEAEAE;
	text-decoration:none
}
.fundo {
	background-color: #EEEEEE;
	height: 104px;

}
.texto-verde-grande {
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	color: #002814;
}
