﻿body
{
    background: #5c5c5c;
    font-family: 'Reenie Beanie' , serif;
    font-size: 24px;
}

.CU
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.CU a
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 250%;
}
.CU1
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
h2
{
    font-size: 28px;
    padding-bottom: 10px;
    padding-top: 10px;
}


#screenshot
{
    position: absolute;
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px;
    display: none;
    color: #000;
}

.OrderTable a
{
    text-decoration: none;
    color: #000;
}


.OrderTable a:hover
{
    text-decoration: none;
}

.PropertiesTbl td
{
    color: #000000;
    background-color: #FFFFFF;
    font-weight: bold;
    display: table-cell;
    border: 1px solid #B7CAF6;
    margin: 0;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
        text-align: center;
    vertical-align:middle;
       padding: 10px;
}





@media print
{
    body
    {
        margin: 0;
        padding: 0;
        background: #FFFFFF !important;
    }

    a
    {
        color: #666666;
        text-decoration: underline;
    }

    .AnotherTable
    {
        background: #FFFFFF !important;
    }
    
    .MainContent
        {
        background: #FFFFFF !important;
    }
    
}

