﻿.TextNavBar {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 2px;
}

.TextNavBar a:link {
	color: #ed1c24;
	font-weight: bold;
	text-decoration: none;
}

.TextNavBar a:visited {
	color: #ed1c24;
	font-weight: bold;
	text-decoration: none;
}

.TextNavBar a:hover  {
	color: #FFFFFF;
	background-color: #ed1c24;
	text-decoration: none;
}

.TextNavBar a:active  {
	color: #FFFFFF;
	background-color: #ed1c24;
	text-decoration: none;
}

.CopyrightNotes {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}

.CopyrightNotes a:link {
	color: #333333;
	text-decoration: underline;
}

.CopyrightNotes a:visited {
	color: #333333;
	text-decoration: underline;
}

.CopyrightNotes a:hover {
	color: #ed1c24;
	text-decoration: underline;
}

.CopyrightNotes a:active {
	color: #ed1c24;
	text-decoration: underline;
