﻿/* These styles are used by the footer of every page */

.TextMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
}

a.TextMenu:link {
   color: gray;
   text-decoration: none;
}

a.TextMenu:active {
   color: gray;
   text-decoration: underline;
}

a.TextMenu:hover,a.TextMenu:focus {
   color: gray;
   text-decoration: underline;
}

a.TextMenu:visited {
   text-decoration: none;
}

.Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
}

