h1
{	
	font-family:Arial;
	font-size: 25px;
	color:#000;
	font-weight:bold;	
}

h2
{
	
	font-family:Arial;
	font-size: 20px;
	color:#9F1F1E;
	font-weight:bold;
	font-style:italic;
	
	}


h3
{
	
	font-family:Arial;
	font-size: 20px;
	color:#210D6C;
	font-weight:bold;
	font-style:italic;
	margin-top:0px;
	
	}

	
body
{		
	font-family:Arial;
	font-size: 12px;
	color:#000;
	line-height: 180%;	
	align: "justify"
}

.Form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A3B8E5;
	background-color: #FFF;
	border: 1px solid #A3B8E5;
    width: 130px;
}


    .imgBorda {
	border: 5px solid #FFF;
	
}

#mask
{
    
    background-image: url('../images/bgMask.png');
    background-repeat: repeat;
    position: absolute;
    top:0px;
    left: 0px;
    display: none;
    
    }
    
    
    #mask #conteudo
    {
        
      width:667px;
      height:500px;
        
        }
        
        
        #mask #conteudo .img
        {
            float: left;
            cursor: pointer;
            
            }

