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

/* IE6/7/8 - Must be first */ 
  @font-face {
    font-family: Angelina;
    font-style:  normal;
    font-weight: normalAL;
    src: url("../font/ANGELIN0.eot");
  }
  @font-face {
    font-family: English;
    font-style:  normal;
    font-weight: normal;
    src: url("../font/ENGLISH0.eot");
  }
  @font-face {
    font-family: Gabrielle;
    font-style:  normal;
    font-weight: normal;
    src: url("../font/GABRIEL0.eot");
  }
  
/* FFx3.5/Safari/Op10 - Next */ 
	@font-face {  
	  font-family: Angelina;  
	  src: url("../font/angelina.TTF") format("truetype");  
	}  
    @font-face {  
	  font-family: English;  
	  src: url("../font/English_.ttf") format("truetype");  
	}
	@font-face {  
	  font-family: Gabrielle;  
	  src: url("../font/Gabrielle.ttf") format("truetype");  
	}  