/* New Font Face definitions */
/* font definitions */


@font-face {
    font-family: Conv_Akk_Pro;
    src: url('/spdji/en/app/fonts/lineto-akkurat-regular.eot');
    src: url('/spdji/en/app/fonts/lineto-akkurat-regular.eot?#iefix') format('embedded-opentype'), url('/spdji/en/app/fonts/lineto-akkurat-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Conv_Akk_Pro; /* The family name remains the same... */     
	src: url('/spdji/en/app/fonts/akkbd_pro.eot');
    src: url('/spdji/en/app/fonts/akkbd_pro.eot?#iefix') format('embedded-opentype'), url('/spdji/en/app/fonts/akkbd_pro.woff') format('woff');
    font-weight: 700; /* ...and the font-weight is modified */
    font-style: normal
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,tspan,text {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Conv_Akk_Pro", sans-serif;
    vertical-align: baseline;
}