/* Global Classes */
p
{
    text-align:justify;
}

/* IDs */

#email_header table
{
    margin:auto;
    padding: 2px;
    text-align:center;
    border-bottom: solid 1px;
}

#email_header table td
{
    margin:auto;
    text-align:center;
    width:33%;
}

#email_header table td.text_left
{
    margin:auto;
    text-align:left;
}

#email_header table td.text_right
{
    margin:auto;
    text-align:right;
}

#email_header table th
{
    border-bottom:solid;
}

#epress_banner_news_release
{
    font-size: 2em;
    letter-spacing: 4px;
}


/* Classes */

.epress_content
{
    padding:2px;
    position: inherit;
    font-family: "Century Gothic";
    width:auto;
}

.epress_sub_header
{
    font-weight: bold;
}

.epress_quick_facts
{
    background-color: #DEDED9;
    border: solid 1px;
    float:right;
    margin:10px;
    padding: 0px 20px 0px 0px;
    position: relative;
    text-align:justify;
    width:40%;
}

.epress_quick_facts li
{
    font-family: "Century Gothic";
    font-size: 0.8em;
}


.epress_release_title
{
    font-family: "Century Gothic";
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}



/* Print CSS */
@media print
{
    html, body
    {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    a:link:after, a:visited:after
    { content:" [" attr(href) "] ";
    }

    #epress_content
    {
        font-size: 9.5pt;
    }

    #epress_banner_news_release
    {
        font-size: 20pt;
        letter-spacing: 2pt;
    }

    .epress_quick_facts
    {
        background-color: #ededed;
        border: solid 1px black;
        box-shadow: 10px 10px 5px #888888;
        float:right;
        margin:10px;
        padding: 20px 20px 15px 10px;
        position: relative;
        text-align:justify;
        width:35%;
    }

    .epress_quick_facts li
    {
        font-family: "Century Gothic";
        font-size: 8.5pt;
    }

    .epress_sub_header
    {
        font-size: 10pt;
        font-family: "Century Gothic";
        font-weight: bold;
    }

}
