@charset "UTF-8";
/* CSS Document */

@font-face {
 font-family: dits;
 src: url("./fonts/dits.eot"); /* EOT for IE */
}
@font-face {
 font-family: dits;
 src: url("./fonts/dits.ttf"); /* TTF for CSS3 */
}

/* AvantGarde Book */
@font-face {
    font-family: "AvantGardeBook";
    src: url("./fonts/avantgaritcbybtboo-webfont.eot");
    src: url("./fonts/avantgaritcbybtboo-webfont.eot?#iefix") format("embedded-opentype"),         
         url("./fonts/avantgaritcbybtboo-webfont.ttf") format("truetype"),
         url("./fonts/avantgaritcbybtboo-webfont.svg#ITCAvantGardeGothicRegular") format("svg");
    font-weight: normal;
    font-style: normal;

}

/* AvantGarde Medium */
@font-face {
    font-family: "AvantGardeMedium";
    src: url("./fonts/avantgaritcbybtmed-webfont.eot");
    src: url("./fonts/avantgaritcbybtmed-webfont.eot?#iefix") format("embedded-opentype"),         
         url("./fonts/avantgaritcbybtmed-webfont.ttf") format("truetype"),
         url("./fonts/avantgaritcbybtmed-webfont.svg#ITCAvantGardeGothicRegular") format("svg");
    font-weight: normal;
    font-style: normal;

}

/* AvantGarde Demi */
@font-face {
    font-family: "AvantGardeDemi";
    src: url("./fonts/avantgaritcbybtdem-webfont.eot");
    src: url("./fonts/avantgaritcbybtdem-webfont.eot?#iefix") format("embedded-opentype"),         
         url("./fonts/avantgaritcbybtdem-webfont.ttf") format("truetype"),
         url("./fonts/avantgaritcbybtdem-webfont.svg#ITCAvantGardeGothicRegular") format("svg");
    font-weight: normal;
    font-style: normal;

}

/* EDITOR PROPERTIES - PLEASE DON"T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.underline {
text-decoration:underline;
}

