@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
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #ffffff none;
	color: #000000;
	text-align: center;
	font-family: -serif;
}

.print {
	display: block;
	width: 100%;
	margin: 3mm 0 3mm 0;
	padding: 3mm 0 3mm 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: none;
	text-align: left;
	font-size: 13px;
}

#container {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
}

#main {
	display: block;
	position: static;
	clear: both;
	float: none;
	width: 100%;
	margin-top: 10px;
	padding: 0;
	background: none;
	text-align: left;
}

#menu {
	display: none;
}

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

#footer {
	display: none;
}


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

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


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


/* links
----------------------------------------------- */
a:link {
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color: #0000ff;
	text-decoration: underline;
}


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

ul {
	margin: 10px 0 0 13px;
	list-style-type: decimal;
}

/* misc
----------------------------------------------- */
p {
	margin: 0 0 1em 0;
}

img {
	border: 0;
}

#topicPath {
	display: none;
}

.nonscript {
	padding: 10px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 13px;
}

#utility {
	display: none;
}

a {
	text-decoration: underline;
}