        body
		{
        	background-image: url("imagens/back.png");
        	
        	margin-top: 0;
            margin-bottom: 0;  
			font-size: 12px;
			font-family: Arial;
			line-height: 175%;			
        } 

		.texto
		{
			font-size: 12px;
			font-family: Arial;
			color: #666666;
		}
		.textobranco
		{
			font-size: 12px;
			font-family: Arial;
			color: #ffffff;			
		}
		p
		{
			font-family: Arial;
        	color: #666666;
        	font-size: 12px;
			line-height: 175%;
		}
        .titulocinza
		{
        	color: #666666;
            font-weight: bold;			
            font-size: 16px;
        }
         .subtitulocinza
		{
        	color: #666666;
            font-weight: bold;			
            font-size: 14px;
        }
        .linknoticias
		{
            color: #666666;
            font-size: 12px;
        }
        .tituloazul
		{
        	color: #115FAE;
        	font-size: 16px;
        	font-weight: bold;   
			font-family: Arial;		
		}
        .link
		{
        	color: #115FAE;        	
        	font-weight: bold;
        	font-family: Arial;		
        }
        a
		{
        	text-decoration: none;
        }
		a:hover
		{
        	text-decoration: underline;
        }
        .campo
		{
        	border: 1px solid #AAAAAA;
        	background-color: #EFEFEF;
        	font-size: 13px;
        	color: #666666;
        } 
		.ddl
		{
        	border: 1px solid #AAAAAA;
        	background-color: #EFEFEF;
        	font-size: 11px;
        	color: #666666;
        } 		
        .botao
		{
        	border: 0px solid #115FAE;
        	background-color: #115FAE;
        	font-size: 13px;
        	color: #FFFFFF;
        }
		.linkbarra
		{        	
        	color: #777777;        	        	
        	font-size: 12px;
			font-family: Arial;		
        }