@font-face 
{
  font-family: 'OpenSans SemiBold';
	src: url('../fonts/OpenSans-SemiBold-webfont.ttf') format('truetype');
}

@font-face 
{
	font-family: 'OpenSans Regular';
	src: url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'); 
}

@font-face 
{
	font-family: 'Roboto Regular';
	src: url('../fonts/Roboto-Regular.ttf') format('truetype'); 
}

@font-face 
{
	font-family: 'Roboto Bold';
	src: url('../fonts/Roboto-Bold.ttf') format('truetype'); 
}

@font-face 
{
	font-family: 'NatoSans Regular';
	src: url('../fonts/NatoSans-Regular.ttf') format('truetype'); 
}

@font-face 
{
	font-family: 'NatoSans Bold';
	src: url('../fonts/NatoSans-Bold.ttf') format('truetype'); 
}