@charset "utf-8";
/* CSS Document */



/* BODY */

body {
background-image:url(../images/bg.gif);
background-color:#F7F7F7;
background-repeat:repeat-x;
border:0;
margin:0;
}


/* TEXTO */
        
		
.texto {

font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:none; }			  
						  
						  
.texto_pq {

font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#000000;
         }
		 
.titulo {

font-family:Arial, "Helvetica", sans-serif;
font-size: 14px;
font-weight:bold;
text-decoration:none;
text-align:center;

                     }
					 

	 
/* LINK */

 a.texto_pq:link {
color:#000000;
text-decoration:none;
                }	
a.texto_pq:hover {
  text-decoration:underline; 
  color: #000000;}
a.texto_pq:visited {
    color: #000000;	 
