/* Estilo para os textos das páginas */

.txt_cinza 			{
			
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					color: #666666;
			
					}

.txt_cinza_claro 	{
			
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					color: #CCCCCC;
			
					}
					
.Titulo_Noticia 	{
					
					color: #3C6FA2;
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					
					}
					
.Titulo_PG_Noticia 	{
					
					color: #3C6FA2;
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 14px;
					
					}
					
.TXT_Promocine 		{
					
					font-size: 9px
					
					}

.TXT_Azul_N		 	{
					
					color: #2C5074;
					font-weight: bold;
					font-family: Verdana;
					font-size: 10px;
					
					}
					
.TXT_Azul		 	{
					
					color: #2C5074;
					font-family: Verdana;
					font-size: 11px;
					
					}

.TXT_Azul2		 	{
					
					color: #2C5074;
					font-family: Verdana;
					font-size: 10px;
					
					}

.TXT_Vermelho	 	{
					
					color: #CC0000;
					font-weight: bold;
					font-family: Verdana;
					font-size: 11px;
					
					}
					
.TXT_Negrito	 	{
					
					font-weight: bold;
					font-family: Verdana;
					font-size: 10px;
					color:#666666
					
					}
					
.TXT_Resposta	 	{
					
					font-weight: bold;
					font-family: Arial;
					font-size: 11px;
					color: #CDD7E0;
					
					}
					
.txt_branco			{
					
					color: #FFFFFF;
					font-family: Verdana;
					font-size: 11px;
					
					}
