

/* Define the fonts and link to the font-files on the server */
@font-face {
  font-family: Serif1;
  font-style:  normal;
  font-weight: normal;
	src: url(/fonts/serif1.otf);
}
@font-face {
  font-family: Serif1b;
  font-style:  normal;
  font-weight: normal;
	src: url(/fonts/serif1.otf); /* need a second version 'serif1b' for use on the nav - we're loading a diff version of the font for IE */
}
@font-face {
  font-family: Serif1_italic;
  font-style:  normal;
  font-weight: normal;
	src: url(/fonts/serif1_italic.otf);
}
@font-face {
  font-family: Serif1_bold;
  font-style:  normal;
  font-weight: normal;
	src: url(/fonts/serif1_bold.otf);
}
