@charset "utf-8";

@media screen and (max-width: 640px) {
	#gHeader{
		display:none;
	}
	div.gStyle div.gStyleIn {
		width:100%;
		margin:0;
		text-align:center;
	}
	#gFooterGroups {
		float:none;
		display:none;
	}
	div#gFooter {
		text-align:center;
	}
	div#gFooter p.groupLogo {
		float:none;
		display:inline-block;
		width: 30%;
	}
	div#gFooter p.groupLogo img {
		width:100%;
		height:auto;
	}
	#copyrightBlock {
		margin-bottom:10px;
		font-size:8pt;
	}
}