

	



@media (min-width: 481px) and  (max-width: 900px) {
	body, html {
		min-width: 480px;
		margin:0
	}
	
	.header img {height:auto!important;width:100%!important}
	table {width:95%!important;float:none!important;margin:0 auto}
	
}


 

@media (max-width: 480px) {
	body, html {
		min-width: 310px;
		margin:0;
		
	}
	table {width:95%!important;float:none!important;margin:0 auto}
	.header img {height:auto!important;width:100%!important}
	TD.t img {display:none!important}
	TD.t a {display:block;font-size:16px;line-height:32px}
	
	img {height:auto;max-width:100%}
	
	td img {height:auto;width:auto;max-width:100%}
	
}
