body
{
    margin: 0px;    
    font-family: 'Times New Roman' , Times, serif;
    text-align:center;
    background-color: lightgray;
}
table.Coupon
{
    width: 575px;
    text-align: center;
}
table.MainLocations
{
    width: 575px;
    border: medium double #C0C0C0;
    text-align: center;
    background-color: #b92a41;
    padding: 15px;
}
table.Page
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-collapse: collapse;
}
td.PageHeader
{    
    background-image: url('Images/Header.png');
    text-align:center;
}
td.PageFooter
{
    text-align:center;    
    background-image: url('Images/Footer.png');
}
td.PageBody
{
    background-image: url('Images/PageBG.png');
    text-align: center;
    background-repeat: repeat-x;
}
td.MainMenu
{
    width:150px;
    vertical-align:top;
}
td.MainBody
{
    width:635px;
    height:590px;
    vertical-align:top;
}
img.Coupon
{
    width:275px;
}
img.FooterAd {
    height:90px;
}
img.HeaderLogo
{
    height:90px;
}
img.InlineLogo
{
    height:30px;
}
img.Thumbnail
{
    width:250px;
}
img.ServiceThumbnail
{
    width:150px;
}
img.Store
{
    height:250px;
}
img.Services
{
    height:250px;
}
img.Samples
{
    height:300px;
}
img.MainAd
{
    height:415px;
    width:200px;
}
table.Main
{   
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-collapse:collapse;
    border-bottom-style:none;
    text-align:center;
}
td.MainTop
{
    background-image: url('Images/MainBG-Top.png');
    height: 23px;
}
td.MainBottom
{
    background-image: url('Images/MainBG-Bottom.png');
    height: 23px;
}
td.Main
{
    background-image: url('Images/MainBG.png');
    text-align: center;
}
td.MainTopLeft
{
    background-image: url('Images/MainBG-Top-Left.png');
    width: 13px;
}
td.MainBottomLeft
{
    background-image: url('Images/MainBG-Bottom-Left.png');
    width: 13px;
}
td.MainLeft
{
    background-image: url('Images/MainBG-Left.png');
    width: 13px;
}
td.MainTopRight
{
    background-image: url('Images/MainBG-Top-Right.png');
    width: 36px;
}
td.MainBottomRight
{
    background-image: url('Images/MainBG-Bottom-Right.png');
    width: 36px;
}
td.MainRight
{
    background-image: url('Images/MainBG-Right.png');
    width: 36px;
}
div.ContentMain {
    height: 395px;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: scroll;
}
.MenuButton
{
    width:145px;
    height:75px;
}
.SlideshowButton
{
    width:125px;
    height:35px;
}
.Intense
{
    color: #b92a41;
    font-weight: bold;
    font-size: x-large;
}
.IntenseEmphasis
{
    font-weight: bold;
    color: #b92a41;
    font-variant: small-caps;
    font-size: xx-large;
}
.Emphasis
{
    font-weight: bold;
    font-style:italic;
}
.SubtleEmphasis
{
    font-size: x-large;
    font-weight: bold;
    color: #ffcd33;
    font-variant: small-caps;
}
.Subtle
{
    font-weight: bold;
    color: #ffcd33;
    font-variant: small-caps;
}
.LineItem {
    font-weight: bold;
    font-size:medium;
    color: #000000;
}
.IntenseLineItem
{
    color: #b92a41;
    font-size:large;
    font-weight: bold;
}
td.ServiceInformation {
    text-align:center;
}
td.ServiceDescription {
    padding:10px;
    font-style:italic;
    font-weight:bold;
}