@font-face {
	font-family: 'PT Sans Narrow';
	src: url('fonts/ptn77f-webfont.eot');
	src: url('fonts/ptn77f-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/ptn77f-webfont.woff') format('woff'),
		 url('fonts/ptn77f-webfont.ttf') format('truetype'),
		 url('fonts/ptn77f-webfont.svg#PTSansNarrowBold') format('svg');
	font-weight: bold;
	font-style: normal;

}

@font-face {
	font-family: 'PT Sans';
	src: url('fonts/pts55f-webfont.eot');
	src: url('fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/pts55f-webfont.woff') format('woff'),
		 url('fonts/pts55f-webfont.ttf') format('truetype'),
		 url('fonts/pts55f-webfont.svg#PTSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

h1 {
	font-family: PT Sans Narrow, Arial, Tahoma, Helvetica, sans; 
}

body, p {
	font-family: PT Sans, Arial, Tahoma, Helvetica, sans; 
}
