﻿@media print
{
    body
    {
        background-color: #ffffff;
        margin: 0px;
        padding: 0px;
    }

    #MainContainer
    {
        position: relative;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        border-width: 0px;
    }

    #Area_Headline
    {
        position: absolute;
        left: 10%;
        top: 10px;
        width: 75%;
        padding: 0px;
    }

    #Area_Content
    {
        position: absolute;
        left: 10%;
        top: 80px;
        width: 89%;
        padding: 0px;
    }

    #Area_Visual
    {
        display: none;
    }

    #Area_MetaNavigation
    {
        display: none;
    }

    #Area_Search
    {
        display: none;
    }

    #Area_Share
    {
        display: none;
    }

    #Area_Navigation .Navigation1
    {
        display: none;
    }

    #Area_Navigation .Navigation2
    {
        display: none;
    }

    #Area_Navigation .Navigation3
    {
        display: none;
    }

    #Area_Logo
    {
        position: absolute;
        left: 80%;
        top: 0px;
    }

    h1
    {
        font-family: Times New Roman,serif;
        font-size: 22px;
        font-style: normal;
        font-variant: normal;
        font-weight: 900;
        text-align: left;
        text-decoration: none;
        letter-spacing: 1px;
        margin: 0px;
        padding: 0px;
        color: #000000;
    }

    h2
    {
        font-family: Times New Roman,serif;
        font-size: 18px;
        font-style: italic;
        font-variant: normal;
        font-weight: 100;
        text-align: left;
        text-decoration: none;
        line-height: 20px;
        letter-spacing: 0px;
        margin: 0px;
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #000000;
    }

    p
    {
        margin-top: 0px;
    }

    div
    {
        font-family: Times New Roman,serif;
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        text-align: justify;
        line-height: 24px;
        padding: 0px;
        color: #000000;
    }

    div ul
    {
        list-style-type: square;
        padding: 0px;
        margin: 0px;
        margin-top: 20px;
        margin-left: 17px;
    }

    div ul li
    {
        font-family: Times New Roman,serif;
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        text-align: left;
        line-height: 20px;
        padding: 0px;
        color: #000000;
        padding-bottom: 3px;
    }

    div ol
    {
        list-style-type: decimal;
        padding: 0px;
        margin: 0px;
        margin-top: 20px;
        margin-left: 17px;
        line-height: 24px;
    }

    div ol li
    {
        font-family: Times New Roman,serif;
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        text-align: left;
        line-height: 20px;
        padding: 0px;
        color: #000000;
        padding-bottom: 3px;
    }

    /* Links */
    a
    {
        font-family: Times New Roman,serif;
        color: #ff9900;
        font-size: 16px;
        font-weight: 900;
        text-decoration: underline;
        letter-spacing: 0px;
    }

    .mark_bold
    {
        font-weight: 900;
    }

    .mark_pink
    {
        text-transform: uppercase;
        color: #d37204;
    }
}

