@charset 'UTF-8';




	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	html
	{
		background: #fff;
		height: 100%;
	}
	html,body { 
    width: 100%;
    overflow-x: hidden; 	
}

	body
	{
		font-family:Arial, "Arial Black", "Arial Narrow";
		font-size: 12pt;
		color: #000;
		font-weight: 300;
		background: #fff;
		background-size: 100% 100%;
	}
	
	a
	{
		color: #000;
		text-decoration:none;
	}
	
		a:hover
		{
			text-decoration: none;
		}
	
