body { font-family:  Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 21px; color: #70684e; }
code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}

/* header */
.top-action { font-size: 12px; line-height: 17px; }
.top-link { }
.top-link > a { font: 15px/17px 'questrialregular', sans-serif; text-transform: uppercase; letter-spacing: 2px; }
.dropdown a { font-size: 15px; line-height: 28px; }
.text-fix p { font-size: 16px; line-height: 24px; }

/* Heading */
h1, h2, h3, h4, h5, h6 { font-family: 'questrialregular', sans-serif;  font-weight: normal; width: 100%; color: #5b4702; text-transform: none; }
h1 { font-size: 30px; line-height: 34px; margin: 0; }
h2 { font-size: 30px; line-height: 34px; margin: 0 0 10px; }
h3 { font-size: 23px; line-height: 28px; margin: 0 0 8px; }
h4 { font-size: 20px; line-height: 25px; margin: 0 0 8px; }
h5 { font-size: 18px; line-height: 23px; margin: 0 0 8px; }
h6 { font-size: 16px; line-height: 21px; margin: 0 0 8px; }

/* Content */
p { font-size: 14px; line-height: 21px; margin: 0 0 20px; }
p.big { font-size: 24px; line-height: 34px; margin: 0 0 10px; }
a { color: #5b4702; text-decoration: none; }
#content a { text-decoration: underline; }
#content a:hover { text-decoration: none; }
#content li a { line-height: 26px; }
#content .alphabet-list li a { line-height: 34px; }
#content .menu li a { line-height: 20px; text-decoration: none; }
.italic { font-style: italic; }
.underline { text-decoration: underline; font-weight: bold; }
#content h3 a { text-decoration: none; }
.bold { font-weight: bold; }
p.bold { margin: 10px 0 0; }

@font-face {
    font-family: 'questrialregular';
    src: url('../fonts/questrial-regular-webfont.eot');
    src: url('../fonts/questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/questrial-regular-webfont.woff') format('woff'),
         url('../fonts/questrial-regular-webfont.ttf') format('truetype'),
         url('../fonts/questrial-regular-webfont.svg#questrialregular') format('svg');
    font-weight: normal;
    font-style: normal;

}