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

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

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

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

body
{
    font-family: 'ArmataRegular', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

b, strong
{
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    margin: 0 0 15px 0;
}

h1
{
    font-size: 18px;
    line-height: 26px;
}

h2
{
    font-size: 17px;
    line-height: 25px;
}

h3
{
    font-size: 16px;
    line-height: 24px;
}

h4
{
    font-size: 15px;
    line-height: 23px;
}

h5
{
    font-size: 14px;
    line-height: 22px;
}

h6
{
    font-size: 13px;
    line-height: 21px;
}