﻿body 
{ 
    background-color: black; 
    font-family: "Helvetica", Arial, Sans-Serif;
    font-size:10pt;
}

.Table 
{ 
    width:800px;
    margin:0 auto;
    background-color: white;
}

.Copyright
{
   padding-top:30px;
   padding-bottom:10px;
   font-family:Arial; 
   font-size:7pt;
   position:relative; 
   left:25px;
}

.Bullets
{
    color:Red; 
    font-size:10pt;
    font-weight:bold;
}

.Red
{
    color:Red;
    font-weight:bold;
}

.NoBorder
{
   border:none; 
}

.BodyMargins
{
    margin-top:0px;
    margin-bottom:0px;
}

.RetailPrice
{
    text-align:left;
    border-bottom:solid 1px #CA0000;
}

.divSellPrice
{
    position:relative;
    right:10px;
    border-bottom:solid 1px #CA0000;
    color:#9E000D; font-size:20pt;
    font-weight:bold;
}

.RedText
{
    color:#9E000D;
}

.tdManufacturerLogo
{
    vertical-align:top;
    text-align:center;
}

.tdSellPrice
{
    vertical-align:bottom;
    text-align:center;
}

.tdWhattaBargainPrice
{
    border-bottom:solid 1px #CA0000;
}

.spanWhattaBargainPrice
{
    font-size:14pt;
    font-weight:bold;
}

.tdPhoneNumber
{
    text-align:right;
    height:30px
}

.divPhoneNumber
{
    position:relative;
    right:65px; font-size:8pt;
}