/*
@font-face {
	font-family: 'FordFontRegular';
	src: url('../Fonts/FordAntenna-Regular.eot');
	src: url('../Fonts/FordAntenna-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../Fonts/FordAntenna-Regular.woff2') format('woff2'),
		 url('../Fonts/FordAntenna-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FordFontBold';
	src: url('../Fonts/FordAntenna-Bold.eot');
	src: url('../Fonts/FordAntenna-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../Fonts/FordAntenna-Bold.woff2') format('woff2'),
		 url('../Fonts/FordAntenna-Bold.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family: 'FordFontSemiBold';
	src: url('../Fonts/FordAntenna-Semibold.eot');
	src: url('../Fonts/FordAntenna-Semibold.eot?#iefix') format('embedded-opentype'),
		 url('../Fonts/FordAntenna-Semibold.woff2') format('woff2'),
		 url('../Fonts/FordAntenna-Semibold.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}
*/

@font-face {
  font-family: "FordFontRegular";
  src: url("/layout/Fonts/a249ec5c-51a0-4581-a866-722ded577e7d-2.eot");
  src: url("/layout/Fonts/a249ec5c-51a0-4581-a866-722ded577e7d-2.eot?") format("embedded-opentype"),
       url("/layout/Fonts/a249ec5c-51a0-4581-a866-722ded577e7d-3.woff") format("woff"),
       url("/layout/Fonts/a249ec5c-51a0-4581-a866-722ded577e7d-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "FordFontBold";
  src: url("/layout/Fonts/85bf2123-24cb-4bfd-a720-efe63c68c84d-2.eot");
  src: url("/layout/Fonts/85bf2123-24cb-4bfd-a720-efe63c68c84d-2.eot?") format("embedded-opentype"),
       url("/layout/Fonts/85bf2123-24cb-4bfd-a720-efe63c68c84d-3.woff") format("woff"),
       url("/layout/Fonts/85bf2123-24cb-4bfd-a720-efe63c68c84d-1.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "FordFontSemiBold";
  src: url("/layout/Fonts/c03da8b6-e888-4718-9c24-e25cc55c95d7-2.eot");
  src: url("/layout/Fonts/c03da8b6-e888-4718-9c24-e25cc55c95d7-2.eot?") format("embedded-opentype"),
       url("/layout/Fonts/c03da8b6-e888-4718-9c24-e25cc55c95d7-3.woff") format("woff"),
       url("/layout/Fonts/c03da8b6-e888-4718-9c24-e25cc55c95d7-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: "FordFontBoldItalic";
  src: url("/layout/Fonts/9ee4fc97-fb39-4152-89cc-a700956beedc-2.eot");
  src: url("/layout/Fonts/9ee4fc97-fb39-4152-89cc-a700956beedc-2.eot?") format("embedded-opentype"),
       url("/layout/Fonts/9ee4fc97-fb39-4152-89cc-a700956beedc-3.woff") format("woff"),
       url("/layout/Fonts/9ee4fc97-fb39-4152-89cc-a700956beedc-1.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
}

.font-ford-std{
	font-family: 'FordFontRegular';
}

.font-ford-bold{
	font-family: 'FordFontBold';
}

.font-ford-semibold{
	font-family: 'FordFontSemiBold';
}

.font-ford-bold-italic{
	font-family: 'FordFontBoldItalic';
}				

*, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family:'FordFontRegular';
	/*font-kerning: normal;
	text-rendering: optimizeLegibility;*/
}
















