@charset "UTF-8";

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothicIta.eot');
    src: url('../fonts/CenturyGothicIta.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CenturyGothicIta.woff') format('woff'),
         url('../fonts/CenturyGothicIta.ttf') format('truetype'),
         url('../fonts/CenturyGothicIta.otf') format('opentype'),
         url('../fonts/CenturyGothicIta.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: italic, oblique;
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothicBolIta.eot');
    src: url('../fonts/CenturyGothicBolIta.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CenturyGothicBolIta.woff') format('woff'),
         url('../fonts/CenturyGothicBolIta.ttf') format('truetype'),
         url('../fonts/CenturyGothicBolIta.otf') format('opentype'),
         url('../fonts/CenturyGothicBolIta.svg#CenturyGothic') format('svg');
    font-weight: bold;
    font-style: italic, oblique;
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothicBol.eot');
    src: url('../fonts/CenturyGothicBol.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CenturyGothicBol.woff') format('woff'),
         url('../fonts/CenturyGothicBol.ttf') format('truetype'),
         url('../fonts/CenturyGothicBol.otf') format('opentype'),
         url('../fonts/CenturyGothicBol.svg#CenturyGothic') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CenturyGothic.woff') format('woff'),
         url('../fonts/CenturyGothic.ttf') format('truetype'),
         url('../fonts/CenturyGothic.otf') format('opentype'),
         url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {font-family:"CenturyGothic", Arial, sans-serif; font-size: 12px; line-height: 20px; color: #666666; background: #FFFFFF; margin: 20px;}
a:link {color: #666666;}
a:visited {color: #666666;}
a:hover {color: #000000;}
a:active {color: #000000;}
h1 {color: #666666; text-decoration: none; font-family: "CenturyGothic", Arial, sans-serif; font-size: 26px; line-height: 30px; font-weight: lighter;}

