@charset 'UTF-8';

@font-face {
    font-family: 'JF Flat';
    src: url('font/JFFlat-Regular.eot');
    src: url('font/JFFlat-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/JFFlat-Regular.woff2') format('woff2'),
        url('font/JFFlat-Regular.woff') format('woff'),
        url('font/JFFlat-Regular.ttf') format('truetype'),
        url('font/JFFlat-Regular.svg#JFFlat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


	*
	{
		-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%;
	}

	body
	{
		font-family: 'Open Sans', sans-serif;
		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;
		}
	
