@charset "UTF-8";

/* styleReset
----------------------------------------------- */
* {
	position: static;
	margin: 0;
	padding: 0;
	background: none;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

h1, p, address {
	font-weight: normal;
	font-style: normal;
}

img {
	border: none;
}


/* pageStructureCommon
----------------------------------------------- */






#menu {
	display: none;
}

.copeImg {
	display: block;
	clear: both;
}

#footer {
	display: none;
}


/* pageStructureHome
----------------------------------------------- */
.skip {
	display: none;
}

#logo, #logo a {
	display: none;
}


/* headings
----------------------------------------------- */
h1 {
	display: none;
}




/* lists
----------------------------------------------- */
ol {
	margin: 10px 0 0 28px;
	list-style-type: decimal;
}



/* misc
----------------------------------------------- */


img {
	border: 0;
}



