@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: DINPro;
  src: url(../din/DINPro-light.eot);
  src:  url(../din/DINPro-light.ttf) format('opentype');
  font-weight: 100;
}

@font-face {
  font-family: DINPro;
  src: url(../din/DINPro-regular.eot);
  src:  url(../din/DINPro-regular.ttf) format('opentype');
  font-weight: 200;
}

@font-face {
  font-family: DINPro;
  src: url(../din/DINPro-medium.eot);
  src:  url(../din/DINPro-medium.ttf) format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: DINPro;
  src: url(../din/DINPro-bold.eot);
  src:  url(../din/DINPro-bold.ttf) format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: DINPro;
  src: url(../din/DINPro-black.eot);
  src: url(../din/DINPro-black.ttf) format('opentype');
  font-weight: 500;
}

body {
  margin: 0px;
}
 
 
body, table { font-family: DINPRo, sans-serif; font-weight: 100; font-size:12px;}
 
a:link {color:#000000; text-decoration:none}      /* unvisited link */
a:visited {color:#000000; text-decoration:line-through}  /* visited link */
a:hover {color:#000000; text-decoration:underline}  /* mouse over link */
a:active {color:#000000; text-decoration:underline}  /* selected link */
 
a.red:link {color: #ffba27; background: #ffffff; font-style: normal;}
a.red:active {color: #ffba27; background: #ffffff; font-style: normal;}
a.red:visited {color: #ffba27; background: #ffffff; font-style: normal;}
a.red:hover {color: #ffba27; background: #ffffff; text-decoration:underline;} 
 
.w1 { font-weight: 100; }
.w2 { font-weight: 200; }
.w3 { font-weight: 300; }
.w4 { font-weight: 400; }
.w5 { font-weight: 500; }

H1 { font-weight: 100; font-size:12px; }

H2 { font-weight: 400; font-size:12px; }

H3 { font-weight: 400; font-size:12px; }

H4 { font-weight: 100; font-size:12px; }

H5 { font-weight: 100; font-size:12px; }


img
{  border-style: none;
}
