#content
{
    padding-top: 0px;
    padding-bottom: 20px;
}

.help h1
{
    font-size: 28px;
    font-family: Segoe UI Light, Segoe UI, Arial,sans-serif;
    color: #17394f;
    font-weight: bold;
    padding: 0.8em 0;
}
.help h2
{
    font-size: 20px;
    font-family: Segoe UI Light, Segoe UI, Arial,sans-serif;
    color: #17394f;
    font-weight: bold;
    padding: .8em 0;
}
.help p, .help ol li
{
    font-size: 14px;
    line-height: 1.2em;    
    font-family: Segoe UI, Arial, Verdana,sans-serif;
    color: #333;
    height: 100%;
    padding: 0.5em 0 0.5em 0;
}
.help a
{
    color: #737c1a;
    text-transform: none;
    font-weight: normal;
}
.help a:hover, .help a:focus
{
    color: #417e90;
}
.help ul
{
    list-style-type: circle;
    padding-left: 24px;
}
.help ol
{
    list-style-type: decimal;
    padding-left: 24px;
}
.help ol ol
{
    list-style-type: lower-alpha;
}
.help ol ol ol
{
    list-style-type: lower-roman;
}
.help li
{
    padding: 0.5em 0 0.5em 0;
    line-height: 16px;
}
.help p ul li
{
    font-size: 14px;
    font-family: Segoe UI, Arial, Verdana,sans-serif;
    color: #333;
    height: 100%;
}
.help .bullet
{
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: url(/res/images/icon.bullet.png) no-repeat scroll left center transparent;
}
