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




#logo {
	margin-bottom: 15px;
}

#box {
	margin: auto; 
	top: 50%; 
	left: 50%;
	vertical-align: middle;
}

#footer {
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #333;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	margin-top: 5px;
     }
	 
	 #Table_01 {
		 margin-bottom: 20px;
	 }
	 



.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	line-height: 14px;
	bottom: 10px;
	color: #fff;
}

a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #cccccc;
}
a:active {
	color: #999999;
}

