﻿.footer
{
	background-color: White;
	padding-top: 10px;
}

.footerLink
{
	/* color: #F45822; */
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	white-space: nowrap;
}
a.footerLink
{
	text-decoration:underline;
}

a:active.footerLink
{
	text-decoration: underline;
}

a:focus.footerLink
{
	text-decoration: underline;
}

a:hover.footerLink
{
	color: #F45822;
	text-decoration: underline;
}

.headerLink
{
	color: #F45822;
	font-size: 12px;
}
a.headerLink
{
	text-decoration: none;
}

a:active.headerLink
{
	text-decoration: none;
}

a:focus.headerLink
{
	text-decoration: none;
}

a:hover.headerLink
{
	color: #F45822;
	text-decoration: underline;
}

