@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Regular.eot');
	src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SourceSansPro-Regular.woff') format('woff'),
	url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Semibold.eot');
	src: url('../fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SourceSansPro-Semibold.woff') format('woff'),
	url('../fonts/SourceSansPro-Semibold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

html, body {
	margin:0px;
	padding:0px;
	font-family: "Source Sans Pro";
	height:100%;
	overflow:hidden;
	color:#706f6f;
}

::-webkit-scrollbar {
    display: none;
}

td {
	vertical-align:top; 
}

p {
	margin:0px 0px 5px 0px;
}

h1 {
	margin-top:0px; 
}