/*
----------------------------------------------------------------------------------------
    embedded_fonts.css
   
    Initialise embedded fonts
   
    (c) 2010 The Lennox Berkeley Society
----------------------------------------------------------------------------------------
*/


@font-face
						{
						font-family: "Copperplate_Gothic_Light_WEFT";
						font-style:  normal;
						font-weight: normal;
						src: url("/COPPERP2.eot");
						}
@font-face
						{
						font-family: "Copperplate_Gothic_Bold_WEFT";
						font-style:  normal;
						font-weight: bold;
						src: url("/COPPERP3.eot");
						}
