/* ____________________________________________ styles for the footer */

.footer {
	margin:15px 0px 0px 0px;
	width:100%;
	background-image: url(../images/footerBar.gif);
	background-repeat: repeat-x;
	font: normal 11px/17px tahoma;
	}

.footer td {
	vertical-align:top;
	}

.footer span {
	margin-left:15px;
	}

.footerFirst a:link, .footerFirst a:visited {
	color: #000;
	text-decoration:none;
	}

.footerSecond, .footerSecond a:link, .footerSecond a:visited {
	color: #bbb;
	text-decoration:none;
	}

.footerFirst a:hover, .footerFirst a:active,
.footerSecond a:hover, .footerSecond a:active {
	color: #00f;
	text-decoration:underline;
	}


