
/* Font_Styles   created: December 2011    By: Sterling Norris */


/* Base Fonts
'Times New Roman', Times, serif;
Arial, Helvetica, sans-serif;
*/

@font-face {
font-family: script2;
src: url(england-webfont.eot);
src: local('England Hand DB'), url(england-webfont.ttf) format("Truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: canty2;
src: url(oldengl.eot);
src: local('Old English Gothic'), url(oldengl.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}

/* 1) English Script EF */                          
.script, #script {
font-family: script2;
font-weight: 100;
line-height: 90%;
font-size: normal;
}
                 
/* ) 2) Old English Gothic */                          
.gothic, #gothic {
font-family: canty2;
font-weight: 100;
line-height: 90%;
font-size: normal;
text-shadow: 1px -1px 2px #888;
}      


