@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:bank-gothic-medium;
	src:url(../../fonts/corporate/bank-gothic-md-bt-medium.ttf);
}

@font-face {
	font-family:century-gothic;
	src:url(../../fonts/corporate/century-gothic.ttf);
}

@font-face {
	font-family:century-gothic-bold;
	src:url(../../fonts/corporate/century-gothic-bold.ttf);
}

@font-face {
	font-family:century-gothic-italic;
	src:url(../../fonts/corporate/century-gothic-italic.ttf);
}

@font-face {
	font-family:eurostile-bold;
	src:url(../../fonts/corporate/eurostile-bold.ttf);
}

@font-face {
	font-family:eurostile-bold-oblique;
	src:url(../../fonts/corporate/eurostile-bold-oblique.otf);
}

@font-face {
	font-family:eurostile-extended;
	src:url(../../fonts/corporate/eurostile-extended.ttf);
}

@font-face {
	font-family:eurostile-next-lt-pro-semibold;
	src:url(../../fonts/corporate/eurostile-next-lt-pro-semibold.otf);
}

@font-face {
	font-family:eurostile-normal;
	src:url(../../fonts/corporate/eurostile-normal.ttf);
}

@font-face {
	font-family:eurostile-extended-black;
	src:url(../../fonts/corporate/eurostile-extended-black.otf);
}

@font-face {
	font-family:EurostileExtendedBlack;
	src:url(../../fonts/corporate/EurostileExtendedBlack.ttf);
}

/*/--------------------Font-Styles--------------------/*/

.bank-gothic-medium {
	font-family:bank-gothic-medium !important;
}

.century-gothic {
	font-family:century-gothic !important;
}

.century-gothic-bold {
	font-family:century-gothic-bold !important;
}

.century-gothic-italic {
	font-family:century-gothic-italic !important;
}

.eurostile-bold {
	font-family:eurostile-bold !important;
}

.eurostile-bold-oblique {
	font-family:eurostile-bold-oblique !important;
}

.eurostile-extended {
	font-family:eurostile-extended !important;
}

.eurostile-extended-black {
	font-family:eurostile-extended-black !important;
}

.eurostile-next-lt-pro-semibold {
	font-family:eurostile-next-lt-pro-semibold !important;
}

.eurostile-normal {
	font-family:eurostile-normal !important;
}

.EurostileExtendedBlack {
	font-family:EurostileExtendedBlack !important;
}

