@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'FrutigerLTPro-Roman';
	src: local('FrutigerLTPro-Roman'),url('fonts/FrutigerLTStd-Roman.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FrutigerLTPro-Bold';
	src: local('FrutigerLTPro-Bold'),url('fonts/FrutigerLTStd-Bold.otf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'FrutigerLTPro-Black';
	src: local('FrutigerLTPro-Black'),url('fonts/FrutigerLTStd-Black.otf');
	font-weight: bold;
	font-style: normal;
}

/*FONT STACKS*/
/*font-family:"FrutigerLTPro-Roman",Helvetica,Arial,sans-serif*/
/*font-family:"FrutigerLTPro-Black",Helvetica,Arial,sans-serif;*/
/*font-family:"FrutigerLTPro-Bold",Helvetica,Arial,sans-serif;*/