BODY
{
    font-family: Verdana, Arial, 'MS Sans Serif'
}
h1
{
    font-size:medium;
 	color:#312469;
    margin:2px 0px 2px 0px;
}
h2
{
    font-size:x-small;
 	color:#ff0000;
    margin:2px 0px 2px 0px;
}
p
{
    font-size:x-small;
 	color:#000000;
}
.bg
{
    BACKGROUND-COLOR: #edebc5
}
.bg2
{
    BACKGROUND-COLOR: #ffb301
}
.header
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #312469;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.txt12
{
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.footer
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial
}
.footer a
{
    color:#000000;
    text-decoration:none;
}
.footer a:hover
{
    color:#000000;
    text-decoration:underline;
}
.addr
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 12px;
    COLOR: navy;
    FONT-FAMILY: Arial, Verdana, sans-serif
}
.bgleft
{
    BACKGROUND-COLOR: #312469
}
.addr A:link
{
    COLOR: navy;
    TEXT-DECORATION: underline
}
.addr A:visited
{
    COLOR: navy;
    TEXT-DECORATION: underline
}
.addr A:hover
{
    COLOR: white;
    TEXT-DECORATION: underline
}

#offerbox
{
    clear:both;
    display:block;
    background: #ffffff;
    border: solid #cccccc 1px;
    padding: 5px 10px 5px 10px;
    margin: 0 0 15px 0;
}
.offertitle
{
    margin: 0;
    padding: 0;
    font-size: medium;
    color:#ff0000;
}
#offerbox p
{
    margin: 5px 0;
    padding: 0;
    font-size: x-small;
}
* html #offerbox p {
height:1px;
}