@charset "utf-8";
/* CSS Document */
/* Copyright and TOP arrow on the footer */
div.table_copyright {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px; 
    margin-bottom: none
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	background: #000;
	color: #fff;
    text-align: center;
	font-size: 9px;
	font-family: Helvetica;
}

div.col_860_copyright {
    float: left;
	text-align: center;
    width: 860px;
}

div.col_50_copyright {
    float: left;
	text-align: left;
    width: 50px;
}
