﻿@font-face {
  font-family: DIN;
  font-style:  normal;
  font-weight: normal;
  src: url(/din.eot);
}

@font-face {
  font-family: DIN;
  font-style:  normal;
  font-weight: bold;
  src: url(/din-bold.eot);
}

@font-face {
  font-family: DIN;
  font-style:  oblique;
  font-weight: normal;
  src: url(/din-oblique.eot);
}

@font-face {
  font-family: DIN;
  font-style:  oblique;
  font-weight: bold;
  src: url(/din-bold-oblique.eot);
}

body 
{
  font-family: DIN, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #636466;
}

td 
{
  font-family: DIN, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #636466;
}

.white 
{
  color: #ffffff;
}

.orange 
{
  color: #ec9220;
}

.lightgrey 
{
  color: #e5e6e7;
}

.middlegrey 
{
  color: #727375;
}

.darkgrey 
{
  color: #636466;
}

.whitebg
{
  background-color: #ffffff;
}

.orangebg
{
  background-color: #ec9220;
}

.lightgreybg
{
  background-color: #e5e6e7;
}

.middlegreybg
{
  background-color: #727375;
}

.darkgreybg
{
  background-color: #636466;
}

.title 
{
  font-size: 19pt;
}

.subtitle 
{
  font-size: 16pt;
}

.heading1 
{
  font-size: 14pt;
}

h1 
{
  font-size: 14pt;
}

.heading2 
{
  font-size: 11pt;
}

h2 
{
  font-size: 11pt;
}

.heading3 
{
  font-size: 9pt;
  font-weight: bold;
}

h3
{
  font-size: 9pt;
  font-weight: bold;
}