/* CSS Document */
@font-face {
	font-family: Myriad Pro;
	src: url('/v1/font/MyriadPro-Regular.otf');
}
@font-face {
	font-family: Myriad Pro;
	font-weight: bold;
	src: url('/v1/font/MyriadPro-Bold.otf');
}
@font-face {
	font-family: Myriad Pro;
	font-style:italic;
	src: url('/v1/font/MyriadPro-It.otf');
}


@font-face {
	font-family: "Adobe Garamond Pro";
	font-weight: bold;
	src: url('/v1/font/AGaramondPro-Bold.otf');
}
@font-face {
	font-family: "Adobe Garamond Pro";
	src: url('/v1/font/AGaramondPro-Regular.otf');
}


@font-face {
	font-family: "Helvetica Neue";
	font-weight: bold;
	src: url('/v1/font/HelveticaNeueLTStd-Bd.otf');
}
@font-face {
	font-family: "Helvetica Neue";
	font-weight:bolder;
	src: url('/v1/font/HelveticaNeueLTStd-Blk.otf');
}
@font-face {
	font-family: "Helvetica Neue";
	font-style:italic;
	src: url('/v1/font/HelveticaNeueLTStd-It.otf');
}
@font-face {
	font-family: "Helvetica Neue";
	src: url('/v1/font/HelveticaNeueLTStd-Roman.otf');
}
@font-face {
	font-family: "Helvetica Neue";
	font-weight:500;
	src: url('/v1/font/HelveticaNeueLTStd-Md.otf');
}


@font-face {
	font-family: Minion Pro;
	src: url('/v1/font/MinionPro-Regular.otf');
}
@font-face {
	font-family: Minion Pro;
	font-weight:bold;
	src: url('/v1/font/MinionPro-Bold.otf');
}
@font-face {
	font-family: Minion Pro;
	font-style:italic;
	src: url('/v1/font/MinionPro-It.otf');
}