﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1
{
    color: #5B0E33;
    font-size: 1.6em;
    font-weight: normal !important;
    margin-bottom: 6px;
}
h2
{
    color: #5B0E33;
    font-size: 1.3em;
    font-weight: normal !important;
    margin-bottom: 6px;
}
h3
{
    color: #5B0E33;
    font-size: 1.1em;
    font-weight: normal !important;
    margin-bottom: 6px;
}
h4
{
    color: #5B0E33;
    font-size: 1em;
    font-weight: normal !important;
    margin-bottom: 6px;
}
h5
{
    color: #5B0E33;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: normal !important;
    margin-top: 0;
}

    h1 a, h2 a, h3 a, h4 a, h5 a
    {
        color: #5B0E33;
    }



.DealsTable
{
	background: #BDC5E4;
	font-family: Arial, Helvetica, sans-serif;
}
.DealsTable td
{
	padding: 2px 4px;
	border-bottom: Solid 4px White;
	font-size: 1.05em;
	font-weight: bold;
	text-align: center;
}
.DealsTable .LeftCol
{
	color: #5B0E33;
	width: 120px;
}
.DealsTable .TopCol
{
	color: #5B0E33;
}