Body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TD, TR, Table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A 
{
	text-decoration: underliine;
	color: #B68B39;
}
A:Link {
	text-decoration: underline;
	color: #B68B39;
}
A:Hover {
	text-decoration: underline;
	color: #B68B39;
}
A:Visited {
	text-decoration: underline;
	color: #B68B39;
}

.MaroonHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660033;
	font-weight: bold;
}
.GreenHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F5D2F;
	font-weight: bold;
}
.RustHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B68B39;
	font-weight: bold;
}


.SubNavTxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.SmallMaroonHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660033;
   font-weight: bold;
}
.MaroonTxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660033;
}
.GreenTxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F5D2F;
}
.RustTxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B68B39;
}



.TDLTanBackground
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660033;
	background-color: #F5F5EC;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
	height: 20px;
}

.TDMaroonBackground
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #660033;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
	height: 20px;
}
