/*FONTS.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* YOUR CUSTOM FONTS CAN BE DEFINED HERE VIA CSS3 FONT-FACE TECHNOLOGY*/
/* More info : http://www.littleboxofideas.com/blog/tutorials/how-do-i-implement-font-face */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*

@font-face {
    font-family: TradeGothicCondensed;
    src: url(/Trade-Gothic-LT-Std/TradeGothicLTStd-Cn18.otf);
    font-family: TradeGothicLight;
    src: url(/Trade-Gothic-LT-Std/TradeGothicLTStd-Light.otf);
    font-family: TradeGothicBold;
    src: url(/Trade-Gothic-LT-Std/TradeGothicLTStd-Bold.otf);
}


p.normal {
    font-family: TradeGothicCondensed;
    src: url(/Trade-Gothic-LT-Std/TradeGothicLTStd-Cn18.otf);
    font-style: normal;

}*/