@charset "utf-8";
/* print styles */

/* page */
body {
	background: white;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#wrapper {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: #000000;
	background: transparent none;
}

#navi,
#subnavi {
	display: none;
}

.noprint {
	display: none;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	padding-top: 2pt;
	padding-bottom: 2pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
}

h4 {
	font-size: 14pt;
}

/* paragraphs & lists */
p, ul {
	font-size: 12pt;
	line-height: 14pt;
}

dl {
    margin: 0.25em 0 0.25em 0;
    padding: 0;
}

dt, dd {
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1em 0.5em 1em;
	font-style: italic;
}

/* horizontal rulers */
hr {
    color: #000000;
    border: 0;
    border-top: 1px solid #000000;
    height: 1px;
    margin: 0.5em 0;
}

/* form elements */
textarea, input[type=text] {
	border: none;
	border-bottom: 1px #000 dotted;
}