/* 
    Document   : all-ie-only
    Created on : 2013-10-05, 13:05:22
    Author     : Piotr
    Description:
        Purpose of the stylesheet follows.
*/



@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light-webfont.eot');
    src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-light-webfont.woff') format('woff'),
         url('opensans-light-webfont.ttf') format('truetype'),
         url('opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansregular';
    src: url('/devel/font/opensans-regular-webfont.eot');
    src: url('/devel/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/devel/font/opensans-regular-webfont.woff') format('woff'),
         url('/devel/font/opensans-regular-webfont.ttf') format('truetype'),
         url('/devel/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial;
}