﻿
body 
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

#td1, #tr1, #tr2, .text1, #text2, .text3, #trRightImages, #trLogos, #divCouponList, .grayHR, #lnkPrint
{
    display:none;
}

.CouponDiv 
{
    display:block;
    border:solid 1px black;
    width:500px;
    padding-top:0px;
    margin:0
}
.CouponHeader
{
    display:block;
    font-size: 13px;
    font-weight: bold;
    color:White;
    background-color:Maroon;
    color: #FFFFFF;
    text-align: left;
    
}
.CouponTitle
{
    display:inline;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: left;
}
.CouponOffer
{
    display:inline;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: Maroon;
    padding-right: 10px;
}

.CouponText
{
    display:block;
    font-size: 11px;
    color: #333333;
    padding-left: 24px;
    padding-right: 20px;
    text-align: justify;
}



