/*********************************************************************************************/
/*****								Base HTML Formatting 								******/
/*********************************************************************************************/
A
{
	text-decoration: none;
}

A:link
{
	text-decoration: none;
	color:#597580;  		/* darker cream */
}

A:visited
{
	color:#947363;
}

A:hover
{
	text-decoration: underline;
	color:#6f3200;  		/* darker cream */
}

TD
{
	font-family:"Arial, Helvetica, sans-serif";
	font-size: 10pt;
}

/*********************************************************************************************/
/*****								Custom HTML Formatting 								******/
/*********************************************************************************************/
.logo 	
{
	font-family:Copperplate Gothic Bold,helvetica,sans-serif;
	font-weight: bold;
	font-size: 24px;
/*	color:#FFF180;	*/		/* old gold */
	color:#eacc41;			/* gold */
}

.MainNavText
{
	color:#00789e;			/* blue border color */
	text-decoration:underline;
	font-weight:normal;
}

.MainNavText:visited
{
	color:#00789e;			/* blue border color */
}

.MainNavText:hover
{
	color:#6f3200;			/* brown frame color */
}


.LeftNavText
{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#eacc41;			/* gold */
	text-decoration:none;
}

.LeftNavItem
{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#f0ee69;			/* white */
	text-decoration:none;
}

A.LeftNavItem
{
	color: #FFFFFF;			/* white */
	text-decoration:none;
}

A.LeftNavItem:visited
{
	color: #ffdcbf;			/* main background color - cream */
}

A.LeftNavItem:hover
{
	text-decoration:underline;
	color: #B39A86;  		/* darker cream */
}

.TableHeader
{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.Results
{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-align: justify;
	color: #000000;			/* black */
}

.ResultsRight
{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-align: right;
}

.formTitleSmaller
{
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;			/* black */
}

.footerTabText
{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
}

A.footerTabText:link
{
	color:#597580;			/* blue border color */
	text-decoration:none;
}

A.footerTabText:visited
{
	color:#947363;			/* brown frame color */

}

A.footerTabText:hover
{
	text-decoration:underline;
	color:#6f3200;			/* dk brown */
}

.footerText
{
	text-decoration: none;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;			/* black */
}

.pageTitle
{
    text-align: center;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#tdf
{
	color:#eacc41;			/* gold */
	text-decoration:none;
	font-weight: bold;
}
#tdf:visited
{
	text-decoration:none;
	color:#eacc41;			/* gold */
	font-weight: bold;
}

#tdf:hover
{
	text-decoration:none;
	color:#eacc41;			/* gold */
	font-weight: bold;
}
