/* MENU LINK COLORS */

a:link {	font-family: Arial, Helvetica, sans-serif;
			font-size: 12px; color: #ffffff; text-decoration: none; }
a:visited	{ color: #000000; text-decoration: none; }
a:hover		{ color: #888888; text-decoration: none; }
a:active	{ color: #000000; text-decoration: none; }


.navlinks	{	font-family: Arial, Helvetica, sans-serif;
				font-size: 12px; color: #000000; }
a.navlinks:link	{	font-family: Arial, Helvetica, sans-serif;
					font-size: 12px; color: #000000; text-decoration: none; }
a.navlinks:visited { color: #000000; text-decoration: none; }
a.navlinks:hover   { color: #FF3300; text-decoration: bold; }
a.navlinks:active  { color: #000000; text-decoration: none; }


.mtext {	font-family: Arial, Helvetica, sans-serif;
			font-size: 12px; text-align: center; color: #000000; }
a.mtext:link	{ font-family: Arial, Helvetica, sans-serif;
				  font-size: 12px; text-align: center;
				  color: #ffffff; text-decoration: none; }
a.mtext:visited	{ color: #ffffff; text-decoration: none; }
a.mtext:hover 	{ color: #000000; text-decoration: none; font-size: 12px; }
a.mtext:active	{ color: #ffffff; text-decoration: none; }


.sidebartext-box	{
	padding: 6px;
	background-color: #ECEDF1;
	color: #000000;
	font: normal 11px arial;
	text-align: left;
	border-top: #5F606C 0px solid;
	border-bottom: #5F606C 1px solid;
	border-left: #5F606C 1px solid;
	border-right: #5F606C 1px solid;
	}

		
.copyrighttext {	font-family: "Times New Roman", Times, serif;
					font-size: 10px; text-align: right; }


a.termslink:link	{ font-family: "Times New Roman", Times, serif;
					  font-size: 10px; color: #000000; text-decoration: none; }
a.termslink:visited	{ color: #000000; text-decoration: none; }
a.termslink:hover	{ color: #FF3300; text-decoration: none; }
a.termslink:active	{ color: #000000; text-decoration: none; }

	
	