﻿/*** FOOTER NAVIGATION MENU ***/

table.FooterNavigation
{
	color: white;
	margin: 0 auto;
	margin-top: 20px;
	height: 172px;
	color: #E5F2E1;
}

.FooterNavigation div
{
	color: white;
	margin: 0 auto;
	margin-top: 20px;
	height: 172px;
}

table.FooterNavigation tr td
{
	vertical-align: top;
	text-align: left;
}

table.FooterNavigation tr th, 
table.FooterNavigation tr td span
{
	color: white;
	font-size: 9pt;
	text-align: left;
}

table.FooterNavigation tr td span
{
	font-weight: bold;
}

table.FooterNavigation tr td a
{
	text-decoration: none;
	color: white;
	font-size: 8pt;
}

table.FooterNavigation tr td a:hover
{
	text-decoration: underline;
}

/* END OF FOOTER NAVIGATION MENU */