﻿h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4, 
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


.bold
{
    font-weight: bold;
}


.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.header-login
{   
    color:#4ba2ff !important;
    text-align:center;
    padding-bottom:6px;
    padding-top:0px !important;
    font-weight:bold;
}


p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

