﻿@CHARSET "UTF-8";

@font-face {
    font-family: 'Serif-Regular';
    src: url('../fonts/BergamoStd-Regular-webfont.eot');
    src: local('☺'), url('../fonts/BergamoStd-Regular-webfont.woff') format('woff'), url('../fonts/BergamoStd-Regular-webfont.ttf') format('truetype'), url('../fonts/BergamoStd-Regular-webfont.svg#webfontojhPFING') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Serif-Italic';
    src: url('../fonts/BergamoStd-Italic-webfont.eot');
    src: local('☺'), url('../fonts/BergamoStd-Italic-webfont.woff') format('woff'), url('../fonts/BergamoStd-Italic-webfont.ttf') format('truetype'), url('../fonts/BergamoStd-Italic-webfont.svg#webfonttvzuWJnD') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Serif-Bold';
    src: url('../fonts/BergamoStd-Bold-webfont.eot');
    src: local('☺'), url('../fonts/BergamoStd-Bold-webfont.woff') format('woff'), url('../fonts/BergamoStd-Bold-webfont.ttf') format('truetype'), url('../fonts/BergamoStd-Bold-webfont.svg#webfontBv7wIY9c') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Serif-BoldItalic';
    src: url('../fonts/BergamoStd-BoldItalic-webfont.eot');
    src: local('☺'), url('../fonts/BergamoStd-BoldItalic-webfont.woff') format('woff'), url('../fonts/BergamoStd-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/BergamoStd-BoldItalic-webfont.svg#webfontBv7wIY9c') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, p, td, li, ul, ol {
    font-size: 1em;
    font-weight: normal; 
    font-style: normal; 
    font-family: lucida sans unicode, lucida grande, sans-serif;
    line-height: 150%; 
    color: #222;
}

#wrap {
    font-size: 0.94em;
}

.upper {
	text-transform: uppercase;
}

.clear
{
    clear: both;
}

p {
    margin: 0;
}

a img {
	border: 0 none;
}

#header h1 {
    margin-top: 0;
    font-weight: normal;
    font-style: normal;
    font-family: 'Serif-Regular', serif;
}

#header h2 {
    margin-top: 0;
    font-weight: normal; 
    font-style: italic; 
    font-family: 'Serif-Italic', serif;
	letter-spacing: 0.1em;
}

#content,
#content body, #content p, #content td, #content li, #content ul, #content ol {
    font-size: 12px;
}

#content h1:first-child,
#content h2:first-child,
#content h3:first-child,
#content h4:first-child,
#content h5:first-child {
    margin-top: 0;
}

#content h1 {
    font-size: 14px;
    font-weight: bold; 
    font-style: normal; 
}

#content h2 {
    font-size: 14px;
    font-weight: bold;
    font-style: normal; 
}

#content h3 {
    font-size: 14px;
    font-weight: bold;
    font-style: normal; 
}

#content h4 {
    font-size: 14px;
    font-weight: bold;
    font-style: normal; 
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
