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

  Licensed under GPL and MIT.
*/

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

body {
  font: 12px/1.5 "Arial";
}

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

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

/* `Headings
----------------------------------------------------------------------------------------------------*/
p{ font-size:13px; margin-bottom:10px; margin-top:5px; text-align:justify; color:#3e3e3e; line-height:16px; }
h1 { font-family: 'open_sansbold'; font-size:30px; color:#3e3e3e;
}

h2 { font-family: 'open_sansbold'; font-size:30px;  
}

h3 {
    font-family: 'open_sansbold'; font-size: 20px; color:#c5002a; text-transform:uppercase;
}

h4 {
  font-size: 15px; font-family: 'open_sansbold';
}

h5 {
  font-size: 18px;  color:#fff; font-family: 'open_sansbold';
}

h6 {
  font-size: 15px; 
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 13px;
  font-size:12px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure { font-weight:normal;
}

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

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

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'swis721_blkcn_btblack';
    src: url('../fonts/tt0173m.eot');
    src: url('../fonts/tt0173m.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tt0173m.woff') format('woff'),
         url('../fonts/tt0173m.ttf') format('truetype'),
         url('../fonts/tt0173m.svg#swis721_blkcn_btblack') format('svg');
    font-weight: normal;
    font-style: normal;

}