<!--
  A    	      {
     		    text-decoration : None;
	          } 
  A:hover     { 
		        text-decoration : Underline;
  	          }
  A:active    {
	            text-decoration : Underline;
			    color : gray;	
		      }            
  .TextoMenu  {
				font-size: 11px;
  				font-family: Verdana, MS Sans Serif;
				color: rgb(0,101,76);
			  }  
  .Cabeca     {
  				font-size: 50px;
				color: white;
			  }
  .Texto      {
				font-size: 14px;
				font-family: Verdana, MS Sans Serif;
			  }
  .Texto2     {
				font-size: 13px;
				font-family: Verdana, MS Sans Serif;
			  }			  
  .Capital    {	
				font-size: 32px;
				font-family: Times New Roman;
				line-height: 26px;
			  }
  .Descricao  {
				font-size: 13px;
				font-family: Verdana, MS Sans Serif;
         		font-weight: bold;
			  }
  .Borda      {
		        border-color: white;
       	      }  
//-->