/* CSS Document */

table.footer{
	width:100%;
	color:#000000;
	font-weight:bold;
	text-align:center;
	border-top: 3px double #000000;
}

table.footer a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

table.footer a:hover{
	color:#888888;
}

table.footer a.alt{
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}

table.footer a.alt:hover{
	text-decoration:none;
	color:#222222;
}
