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

div {
	text-align: center;
	display: block;
	border-style:none;
	vertical-align: bottom;
}
div a {
	text-align: center;
	vertical-align: bottom;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

div a:visited {
	text-align: center;
	vertical-align: bottom;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

div img {
	text-align: center;
	vertical-align: bottom;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

