.FooterTable{
	background-color: #CFAF40;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.FooterTable #footerLeftCell{
	background-image: url(../graphics/footer_bg.jpg);
	background-repeat: repeat-x;
}
.FooterTable #footerLinkTable td{
	padding:2px;
	vertical-align: top;
}
.FooterTable #footerLinkTable a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	color: #000000;
}
.FooterTable #footerLinkTable a:hover{
	color: #444444;
}

