@font-face {
	font-family: 'PT Sans';
	src: url('ptsans-regular-webfont.eot');
	src: url('ptsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('ptsans-regular-webfont.woff') format('woff'),
	     url('ptsans-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PT Sans';
	src: url('ptsans-bold-webfont.eot');
	src: url('ptsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('ptsans-bold-webfont.woff') format('woff'),
	     url('ptsans-bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}