.noprint {
	display: none;
}

body {
	background-color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	color: black;
}


/* @group header and nav */

#header {
	display: none;
}

/* @end */

/* @group content */

.break {
	page-break-before: always;
}

.nowrap {
    white-space: nowrap;
}

h1 {
	font-size: 15pt;
	margin-top: 0;
	margin-bottom: 0;
	color: black;
	font-weight: bold;
}

h2 {
	font-size: 13pt;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	color: black;
}

h3 {
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	color: black;
}

p {
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	font-size: 10pt;
}

ul {
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	font-size: 10pt;
}


.captionedItem {
	float: right;
	text-align: center;
	font-style: italic;
	margin-left: 1em;
}

#content {
	padding: 0;
}

#content a:link {
	color: #333;
}



#content a:visited {
	color: #333;
}

#content a:hover {
	text-decoration: none;
}

/* @end */

#footer {
	display: none;
}

