@font-face {
    font-family: 'dock11regular';
    src: url('/gfx/font/heavy_dock11-webfont.eot');
    src: url('/gfx/font/heavy_dock11-webfont.eot?#iefix') format('embedded-opentype'),
         url('/gfx/font/heavy_dock11-webfont.woff') format('woff'),
         url('/gfx/font/heavy_dock11-webfont.ttf') format('truetype'),
         url('/gfx/font/heavy_dock11-webfont.svg#dock11regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DinRegular';
    src: url('/gfx/font/din_regular-webfont.eot');
    src: url('/gfx/font/din_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/gfx/font/din_regular-webfont.woff') format('woff'),
         url('/gfx/font/din_regular-webfont.ttf') format('truetype'),
         url('/gfx/font/din_regular-webfont.svg#DinRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DinBold';
    src: url('/gfx/font/din-bold-webfont.eot');
    src: url('/gfx/font/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/gfx/font/din-bold-webfont.woff') format('woff'),
         url('/gfx/font/din-bold-webfont.ttf') format('truetype'),
         url('/gfx/font/din-bold-webfont.svg#DinBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.arialB {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight:900;
}
.franklin {
    font-family: 'FranklinGothicHeavy', Arial, Helvetica, sans-serif;
}
.din {
    font-family: 'DinEngSchrift', Arial, Helvetica, sans-serif;
}
.dinBlack {
    font-family: 'DinBlack', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.dinReg {
    font-family: 'DinRegular', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.dinBold {
    font-family: 'DinBold', Arial, Helvetica, sans-serif;
	font-weight:normal;
}