/* Declaration for normal variant */
@font-face {
    font-family: 'vpro_vesta';
    src: url('VPROVesta-Regular.eot'); /* IE9 Compatibility Modes */
    src: url('VPROVesta-Regular.eot?') format('eot'),  /* IE6-IE8 */
         url('VPROVesta-Regular.woff') format('woff'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

/* Declaration for the bold variant (this is also used in the logo) */
@font-face {
    font-family: 'vpro_vesta';
    src: url('VPROVesta-Bold.eot'); /* IE9 Compatibility Modes */
    src: url('VPROVesta-Bold.eot?') format('eot'),  /* IE6-IE8 */
         url('VPROVesta-Bold.woff') format('woff'); /* Modern Browsers */

    font-weight: bold;
    font-style: normal;
}

/* Declaration for the italic variant */
@font-face {
    font-family: 'vpro_vesta';
    src: url('VPROVesta-Italic.eot'); /* IE9 Compatibility Modes */
    src: url('VPROVesta-Italic.eot?') format('eot'),  /* IE6-IE8 */
         url('VPROVesta-Italic.woff') format('woff'); /* Modern Browsers */

    font-weight: normal;
    font-style: italic;
}

/* Declaration for the bold italic variant */
@font-face {
    font-family: 'vpro_vesta';
    src: url('VPROVesta-BoldItalic.eot'); /* IE9 Compatibility Modes */
    src: url('VPROVesta-BoldItalic.eot?') format('eot'),  /* IE6-IE8 */
         url('VPROVesta-BoldItalic.woff') format('woff'); /* Modern Browsers */

    font-weight: bold;
    font-style: italic;
}

/* Declaration for the big variant */
@font-face {
    font-family: 'vpro_vesta_big';
    src: url('BigVesta-SCOsF.eot'); /* IE9 Compatibility Modes */
    src: url('BigVesta-SCOsF.eot?') format('eot'),  /* IE6-IE8 */
         url('BigVesta-SCOsF.woff') format('woff'); /* Modern Browsers */

    font-weight: normal;
    font-style: normal;
}



.vpro-vesta-medium {
    font-family: 'vpro_vesta', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    font-weight: normal;

    /* This is a special hack for IE */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://files.vpro.nl/fontface/iefix.png,sizingMethod=crop);
    zoom: 1;
}

.vpro-vesta-bold {
    font-family: 'vpro_vesta', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    font-weight: bold;

    /* This is a special hack for IE */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://files.vpro.nl/fontface/iefix.png,sizingMethod=crop);
    zoom: 1;
}

.vpro-vesta-italic {
    font-family: 'vpro_vesta', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    font-weight: normal;
    font-style: italic;

    /* This is a special hack for IE */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://files.vpro.nl/fontface/iefix.png,sizingMethod=crop);
    zoom: 1;
}

.vpro-vesta-bold-italic {
    font-family: 'vpro_vesta', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    font-weight: bold;
    font-style: italic;

    /* This is a special hack for IE */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://files.vpro.nl/fontface/iefix.png,sizingMethod=crop);
    zoom: 1;
}

.vpro-vesta-big {
    font-family: 'vpro_vesta_big', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    font-weight: normal;
    font-style: normal;

    /* This is a special hack for IE */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://files.vpro.nl/fontface/iefix.png,sizingMethod=crop);
    zoom: 1;
}



