﻿body 
{
	font-family: Arial;
	font-size: 13px;
	color: Black;
}

TD
{
	font-family: Arial;
	font-size: 13px;
	color: Black;
}

H1
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}

.ContactHeader
{
	font-size:19px;
	font-weight: bold;
}

.RedHeader
{
	font-size: 15px;
	font-weight: bold;
	color: #ED1C24;
}

TD.FooterCell
{
	background-color: #ED1C24;
	color: White;
	font-size: 11px;
	text-align: center;
	padding: 3px 3px 3px 3px;
}

TD.FooterCell A
{
	color: White;
	text-decoration: none;
}

TD.ContactText
{
	font-size: 12px;
}

TD.ContactText A
{
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

hr.doubleline {
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000;
      color: #ffffff;
      background-color: #ffffff;
      height: 4px;
}

IMG.DrImage
{
	margin-left: 20px;
}