@font-face {
    font-family: 'din_lightregular';
    src: url('../fonts/din-light_1.eot');
    src: url('../fonts/din-light_1.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-light_1.woff2') format('woff2'),
         url('../fonts/din-light_1.woff') format('woff'),
         url('../fonts/din-light_1.ttf') format('truetype'),
         url('../fonts/din-light_1.svg#din_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_mediumregular';
    src: url('../fonts/dinmedium_0.eot');
    src: url('../fonts/dinmedium_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinmedium_0.woff2') format('woff2'),
         url('../fonts/dinmedium_0.woff') format('woff'),
         url('../fonts/dinmedium_0.ttf') format('truetype'),
         url('../fonts/dinmedium_0.svg#din_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-size:14pt;
	font-weight:normal;
	text-decoration:none;
	font-family:'din_lightregular', arial;
	color:#000;
	text-shadow: 0 0 1px rgba(115,115,115,0.2);
}

.dinlight{
	font-family: 'din_lightregular', arial;
	text-shadow: 0 0 1px rgba(115,115,115,0.2);
}

.dinmedium{
	font-family: 'din_mediumregular', arial;
	text-shadow: 0 0 1px rgba(115,115,115,0.2);
}

.orange{
	color:#f26522;
}

a.orange{color:#f26522; text-decoration:none;} /*link*/
a.orange:hover {color:#f26522; text-decoration:none;}   /* mouse over link */

.white{
	color:#ffffff;
}

a.white{color:#ffffff; text-decoration:none;} /*link*/
a.white:hover {color:#f26522; text-decoration:none;}   /* mouse over link */

.black{
	color:#000000;
}

a.black{color:#000000; text-decoration:none;} /*link*/
a.black:hover {color:#f26522; text-decoration:none;}   /* mouse over link */

.small{
	font-size:0.85em;
}

.xsmall{
	font-size:0.65em;
}

.medium{
	font-size:1.7em;
}

.large{
	font-size:2.8em;
	line-height:1.3em;
}

.xlarge{
	font-size:6em;
	line-height:1.1em;
}

