@font-face {
  font-family: "Open Sans";
	src: url('/fonts/OpenSans-Regular-webfont.eot');
	src: url('/fonts/OpenSans-Regular-webfont.eot?iefix') format('eot'),
  url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
  url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
  url('/fonts/OpenSans-Regular-webfont.svg#webfont') format('svg');
}
@font-face{ 
  font-family: "Open Sans";
  src: url('/fonts/OpenSans-Bold-webfont.eot');
  src: url('/fonts/OpenSans-Bold-webfont.eot?iefix') format('eot'),
       url('/fonts/OpenSans-Bold-webfont.woff') format('woff'),
       url('/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
       url('/fonts/OpenSans-Bold-webfont.svg#webfont') format('svg');
  font-weight: bold;
}
@font-face {
  font-family: "Open Sans";
  src: url('/fonts/OpenSans-Italic-webfont.eot');
  src: url('/fonts/OpenSans-Italic-webfont.eot?iefix') format('eot'),
       url('/fonts/OpenSans-Italic-webfont.woff') format('woff'),
       url('/fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
       url('/fonts/OpenSans-Italic-webfont.svg#webfont') format('svg');
  font-style:italic;
}
@font-face {
  font-family: "Open Sans";
  src: url('/fonts/OpenSans-BoldItalic-webfont.eot');
  src: url('/fonts/OpenSans-BoldItalic-webfont.eot?iefix') format('eot'),
       url('/fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
       url('/fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
       url('/fonts/OpenSans-BoldItalic-webfont.svg#webfont') format('svg');
  font-style:italic;
  font-weight: bold;
}

