@charset "utf-8";
/* CSS Document */


/*reset*/

h1, h2, h3, ul, li, P, address{
	font-family: normal;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border:none;
	list-style-type: none;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;

}


div, p, ul, li, table, th, td{
	zoom:1;
	font-family: normal;
}

a {
	zoom:1;
	font-family: normal;
	text-decoration:none;
	}


body{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #ECEDDA;
}
