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



.footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 36px;
	padding-bottom: 8px;
	width: 100%;
	height: 32px;
	z-index: 68;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 8px;
	color: #000000;
	
}




.logoheader {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 88;
	padding-left: 38px;
	padding-top: 36px;
	
	background-color: E343G3;
	background-blend-mode: darken;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 16px;
	color: #000000;
		
		
}



.contentbox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
	z-index: 28;
	
}


.outtalink {
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-decoration: none;
	color: #000000;
	
}