﻿body
{
	font-family: 'Times New Roman' , Times, Serif;
	background-color: #6E273D;
}

.MainTable
{
	background-color: white;
}

.LogoCell
{
	background-color: #6E273D;
	color: white;
}

.TopCell
{
	background-color: white;
	color: black;
}

.SideCell
{
	background-color: #6E273D;
	color: white;
}
	
	
.MainCell
{
	
}

.Disclaimer
{
	border-right: #6E273D solid;
	border-top: #6E273D solid;
	border-left: #6E273D solid;
	border-bottom: #6E273D solid;
	background-color: #FFFAEC;
}


.GridHeader
{
	background-color: #BACDD3;
	color: black;
}

.GridRow
{
	background-color: #fffdf6;
	color: black;
}


