﻿/* Home Page Footer*/

td.footerHP {
    width: 740px;
	background: #ffffff;
	vertical-align: top;
	font-size: 11px;
	color: #735712;
	margin-left: auto;
	margin-right: auto;
	font-family: arial;
	height: 58px;
}

p.textLocatorHP {
	font-size: 13px;
	color: #735712;
	font-family: arial;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

p.textFooterHP {
	font-size: 11px;
	color: #735712;
	font-family: arial;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

p.footerNavHP {
    text-align: center;
	padding-left: 15px;
	padding-right:15px;
	font-size: 14px;
	color: #735712;
	margin-left: auto;
	margin-right: auto;
	font-family: arial;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*  Home Page Footer Navigation */
.footerNavHP a:link {
    font-size: 14px;
	color: #735712;
	font-family: arial;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}

.footerNavHP a:visited {
    font-size: 14px;
	color: #735712;
	font-family: arial;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}

.footerNavHP a:hover {
    font-size: 14px;
	color: #1378c4;
	font-family: arial;
	text-align: center;
	text-decoration: underline;
	font-weight: normal;
}

.footerNavHP a:active {
    font-size: 14px;
	color: #1378c4;
	font-family: arial;
	text-align: center;
	text-decoration: underline;
	font-weight: normal;
}
