/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font-size: 12px; 
  font-family:Verdana, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; 
  color: #708090;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 28px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
/*
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}*/

@font-face {
    font-family: 'OmnesMedium';
    src: url('font/omnes_medium-webfont.eot');
    src: url('font/omnes_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/omnes_medium-webfont.woff') format('woff'),
         url('font/omnes_medium-webfont.ttf') format('truetype'),
         url('font/omnes_medium-webfont.svg#OmnesMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OmnesRegular';
    src: url('font/omnes-webfont.eot');
    src: url('font/omnes-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/omnes-webfont.woff') format('woff'),
         url('font/omnes-webfont.ttf') format('truetype'),
         url('font/omnes-webfont.svg#OmnesRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OmnesBold';
    src: url('font/omnes_bold-webfont.eot');
    src: url('font/omnes_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/omnes_bold-webfont.woff') format('woff'),
         url('font/omnes_bold-webfont.ttf') format('truetype'),
         url('font/omnes_bold-webfont.svg#OmnesBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CalibriRegular';
    src: url('font/calibri-webfont.eot');
    src: url('font/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/calibri-webfont.woff') format('woff'),
         url('font/calibri-webfont.ttf') format('truetype'),
         url('font/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CalibriBold';
    src: url('font/calibrib-webfont.eot');
    src: url('font/calibrib-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/calibrib-webfont.woff') format('woff'),
         url('font/calibrib-webfont.ttf') format('truetype'),
         url('font/calibrib-webfont.svg#CalibriBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CalibriItalic';
    src: url('font/calibrii-webfont.eot');
    src: url('font/calibrii-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/calibrii-webfont.woff') format('woff'),
         url('font/calibrii-webfont.ttf') format('truetype'),
         url('font/calibrii-webfont.svg#CalibriItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}