/* CSS Document */

table.footerbar {
	width: 740px;
}

table.footerbar td.left {
	background-image: url(/images/footerbk_left.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 23px;
}

table.footerbar td.center {
	background-image: url(/images/footerbk_center.gif);
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	vertical-align: top;
	padding-top: 4px;
}

table.footerbar td.right {
	background-image: url(/images/footerbk_right.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 23px;
}

table.footerbar a.link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 900;
	color: #666666;
	text-decoration: none;
}

table.footerbar a.link:hover {
	color: #888888;
}