.FooterContainer {
	background-image: url(Images/FOOTERrepeat.gif);
	background-repeat: repeat-x;
	height: 21px;
	clear: both;
}

.FooterLeft {
	background-image: url(Images/FOOTERleft.gif);
	background-repeat: no-repeat;
	height: 21px;
	top: 0px;
	float: left;
	width: 32px;
	background-position: bottom;
}

.FooterRight {
	background-image: url(Images/FOOTERright.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 32px;
	float: right;
	background-position: bottom;
}

.FooterTextContainer {
	height: 21px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
}
