/* Embedded fonts */
@font-face {
 font-family: StDinah;
 src: url('fonts/StDinah.ttf') format("truetype");
 font-weight: normal;
}

@font-face {
 font-family: StDinah;
 src: url('fonts/StDinah-Bold.ttf') format("truetype");
 font-weight: bold;
}


/* Basic font definitions */

/* StDinah */
body {	
 font-family: StDinah, "ITC Franklin Gothic", "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
 font-style: normal;
 font-size: 13px;
/*
 font-size-adjust: 0.5;
*/
 line-height: 1.25em;
 word-spacing: normal;
 letter-spacing: 0.02em;
}

.opera.win body, .chrome.win body, .safari.win body, .gecko.win body {
 font-family: "ITC Franklin Gothic", "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
}

.gecko.win body {
 font-size-adjust: 0.52;
}

h1, h2, h3, h4, h5 {
 font-size: 1.15em;
 line-height: 1.2em;
 margin: 0;
 padding: 0;
 clear: both;
}

.gecko.win h2, .gecko.win h3 {
 font-size: 13.5px;
}

h3 {
 font-weight: normal;
 line-height: 1.28em;
}

h4 {
 font-weight: normal;
 font-size: 100%;
}



