/* CSS Document */



.foot a:link {
	color:#A44A43;
	text-decoration: none;
}
.foot a:visited {
	text-decoration: none;
	color:#A44A43;
}
.foot a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.foot a:active {
	text-decoration: none;
	color: #FF6600;
}
.mav a:link {
    font-size:14px;
    font-weight:bold;
	color: #968B6B;
	text-decoration: none;
}
.mav a:visited {
    font-size:14px;
    font-weight:bold;
	text-decoration: none;
	color: #968B6B;
}
.mav a:hover {
    font-size:14px;
    font-weight:bold;
	text-decoration: none;
	color: #968B6B;
}
.mav a:active {
    font-size:14px;
    font-weight:bold;
	text-decoration: none;
	color: #968B6B;
}