/* Todos Direitos reservados */

   
.content {}
.content h1 {
	font-size: 40px; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	margin-top: 10px;
	color: #FFF;
	line-height: 50px;  }
.content h3 {
	text-align: center; 
	font-size: 22px; 
	color: #FFF; }
    
/*	--------------------------------------------------
	Global Reset & Standards
	-------------------------------------------------- */




	
	h4 {
		font-weight: bold; 
		color: #222;
		font-size: 15px; }
		
	.b { 
		color: #00baff;
		text-decoration: none; 
		font-weight: bold;
		font-size: 12px; }
		
	a:hover { text-decoration: underline; }