table.footer {
	background-color: #000000;
	width: 1000 px;
	/*height: 28px;*/
	padding: 0px;
	position: relative; 
	/*z-index: 10;*/
}

.footer_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	/*z-index: 20;*/
}

.footer_link:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #CC0000;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
	/*z-index: 20;*/
}

.footer_bg
 {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#000000;
	width: 1000 px;
	/*height: 100%;*/
	position: relative;
	left: 0px;
	top: 0px;
}

.footer_copyright
{
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	background-color:#000000;
	color: #CCCCCC;
	/*top: 5px;*/
	text-align: center;
	font-size: 11px;
	/*z-index: 20;*/
}