﻿
/***************  Footer  ****************/

.TextNavBar 
{
    text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight:bold;
	text-decoration: none;
	margin-bottom:5px;
    }
    
.TextNavBar a:link {
	color: #333333;
	text-decoration: none;
}

.TextNavBar a:visited 
{

	color: #333333;
	text-decoration: none;
}

.TextNavBar a:hover
{
    color: #ffffff;
    text-decoration: none;
    background-color: #333333;
}

.TextNavBar a:active 
{
    color: #333333;
    text-decoration: none;
}

.CopyrightNote 
{
    text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	line-height:10px;
    }

.CopyrightNote a:link 
{
    color:#ffffff;
	text-decoration: underline;
}

.CopyrightNote a:visited 
{
    color:#ffffff;
    text-decoration: underline;
}

.CopyrightNote a:hover
{
    color: #ffffff;
    text-decoration: none;
}

.CopyrightNote a:active 
{
    color: #ffffff;
    text-decoration: none;
}
