/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/

@font-face{
	/*font-family: "AvantGardeGothicITCW01B 731069";*/
    /*font-family: "AvantGardeGothic Book";*/
    font-family: "SansaPro-Normal";

	src:    url("webfonts/SansaPro-Normal.eot?#iefix");
    src:    url("webfonts/SansaPro-Normal.eot?#iefix") format("eot"),
	        url("webfonts/SansaPro-Normal.woff") format("woff"),
            url("webfonts/SansaPro-Normal.ttf") format("truetype");
}
@font-face{
	/*font-family: "AvantGardeGothicITCW01D 731075";*/
    font-family: "SansaPro-SemiBold";

	src:    url("webfonts/SansaPro-SemiBold.eot?#iefix");
	src:    url("webfonts/SansaPro-SemiBold.eot?#iefix") format("eot"),
	        url("webfonts/SansaPro-SemiBold.woff") format("woff"),
            url("webfonts/SansaPro-SemiBold.ttf") format("truetype");
}

/* Regular */
@font-face {
    font-family: "Open Sans";
    
    src: url('webfonts/OpenSans-Regular-webfont.eot');
    src: url('webfonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('webfonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('webfonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: "Open Sans";
    src: url('webfonts/OpenSans-Bold-webfont.eot');
    src: url('webfonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('webfonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('webfonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;
}