@font-face {
    font-family: 'DIN1451StdEngschrift';
    src: url('dinengschriftstd.eot');
    src: url('dinengschriftstd.eot') format('embedded-opentype'),
         url('dinengschriftstd.woff') format('woff'),
         url('dinengschriftstd.ttf') format('truetype'),
         url('dinengschriftstd.svg#DIN1451StdEngschrift') format('svg');
}
.eng_heading
{
	font-family:DIN1451StdEngschrift;
	font-size:x-large;
	color:#FFFFFF;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    font-weight: 700;
}

/********************* BLUE ********************/

.blue_heading_1 {font-family:DIN1451StdEngschrift;font-size:32px;color:#093b62;}

.blue_heading_2{font-family:DIN1451StdEngschrift; font-size:24px; color:#093b62;}

.blue_heading_3{font-family:Arial; 
font-size:16pt; 
color:#093b62;
    text-align: center;
}


/********************* LIGHT BLUE ********************/

.light_blue_heading_1 {font-family:DIN1451StdEngschrift;font-size:32px;color:#0072b9;}

.light_blue_heading_2{font-family:DIN1451StdEngschrift; font-size:24px; color:#0072b9;}

.light_blue_heading_3{font-family:DIN1451StdEngschrift; font-size:18px; color:#0072b9;}



/********************* WHITE ********************/

.white_heading_1 {font-family:DIN1451StdEngschrift;font-size:32px;color:#FFFFFF;}

.white_heading_2{font-family:DIN1451StdEngschrift; font-size:24px; color:#FFFFFF;}

.white_heading_3{font-family:DIN1451StdEngschrift; font-size:18px; color:#FFFFFF;}








