@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:600,300,200);

body
{	
	color:#000;


    font-family: "Arimo", "Helvetica",  "Helvetica Neue", Helvetica, sans-serif; 
    
    
	font-size: 14px;
	
 	-webkit-font-smoothing: antialiased; 	


}



b, strong
{
}


h1
{
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-transform: uppercase;

	text-decoration:none;
	
	margin-top:0px;
		
}




h2
{
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-transform: uppercase;

}






a{
	text-decoration:none;
	font-weight:normal;	
	color:#000;
}


a:hover{
	color:#000;
	text-decoration:underline;	
}


