﻿body
{
    font-size: 12pt;
    color: black;
    font-family: Arial, 'Times New Roman';
    text-decoration: none;
}
.ContactInfo
{
    font-size: 10pt;
    color: white;
    text-decoration: none;
}

.UpdatedRed
{
	color:Red;
	font-size:16pt;
}

.WhiteLink
{
	color:White;	
	text-decoration:none;
	font-size: 12pt;
	font-weight:bold;
}

.HeadingLink
{
	font-size:16pt;	
}

.StatusBlue
{
	color:Blue;	
}

.FontRed
{
	color:Red;	
}



TD
{
	border-right: black thin solid;
	border-bottom: black thin solid;
	border-color:Gray;
}

.TDStandard
{
	border-top: black thin solid;
	border-right-style: none;
	border-left-style: none;
	border-bottom: black thin solid;
}