@font-face {
    font-family: 'Casper';
    src: url('Casper.eot');
    src: url('Casper.eot?#iefix') format('embedded-opentype'),
		url('Casper.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Casper';
    src: url('Casper-Bold.eot');
    src: url('Casper-Bold.eot?#iefix') format('embedded-opentype'),
		url('Casper-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Casper';
    src: url('Casper-Italic.eot');
    src: url('Casper-Italic.eot?#iefix') format('embedded-opentype'),
		url('Casper-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Casper';
    src: url('Casper-BoldItalic.eot');
    src: url('Casper-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('Casper-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

.casper {
	font-family: Casper,Arial,Helvetica,sans-serif;
}

