@charset "utf-8";
/* CSS Document */

#footerinfo { 
    background-color: #1A1C27; 
	border-top: 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-style: solid;
	border-color: #333333;
    bottom: 0;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
    height: 55px;
    opacity: 1;
    position: fixed; 
    width: 100%; 
	z-index: 99;
}
#footerinfo table {
	color: #FFFFFF;	
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
}
#footerinfo table td {
	color: #FFFFFF;
	font-size: 10px;
    margin-left: auto;
    margin-right: auto;
	height: 55px;
	text-align: center;
	vertical-align: middle;
    width: 1170px;
}

a.footerinfo, a.footerinfo:link, a.footerinfo:visited, a.footerinfo:active, a.footerinfo:hover {
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
}