.spyfootertbl {
	width:1000px;	
	font-family:arial;
	font-size:16pt;
	color:white;
	display:block;
	line-height:20pt;
}

.spyfootertbl .td1 { width:250px; text-align:center;	}
.spyfootertbl .td2 { width:250px; text-align:center;	}
.spyfootertbl .td3 { width:250px; text-align:center;	}
.spyfootertbl .td4 { width:250px; text-align:center;	}

.spyfootertbl a {
	font-family:arial;
	font-size:12pt;
	color:white;
}

.spyfootertbl a:hover {
	color:red;
}


@media screen and (max-width: 950px) {	
	
	.spyfootertbl    { width:600px; display:block;	}

	
	.spyfootertbl .td1 { width:150px;	}
	.spyfootertbl .td2 { width:150px;	}
	.spyfootertbl .td3 { width:150px;	}
	.spyfootertbl .td4 { width:150px;	}
	
}


@media screen and (max-width: 650px) {	
	
	.spyfootertbl{ display:none;}

}
