body {
	width: 100%;
	padding: 0px;
	margin: 40px;
	background-color: #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	line-height: 120%;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

em {
	font-weight: bold;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

h1, h2, h3, h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 20px auto 10px auto;
	border: none;
	padding: 0px;
	page-break-after: avoid;
} 

h1 {
	font-size: 120%;
	margin: 5px 10px 20px 0px;
	padding-bottom: 5px;
}

h2 {
	font-size: 110%;
}

h4 {
	font-weight: normal;
}



/* print header */

#print_header {
	font-size: 100%;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	padding: 0px;
}



/* content box */

#content {
	float: left;
	width: 90%;
	padding: 0px;
}

#content table {
	margin-top: 40px;
	margin-bottom: 40px;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid black;
	font-size: 90%;
}

#content th {
	border: 1px solid black;
	vertical-align: top;
	padding: 5px;
	font-weight: bold;
	page-break-inside: avoid;
}

#content td {
	border: 1px solid black;
	vertical-align: top;
	padding: 5px;
	page-break-inside: avoid;
}

#content table caption {
	margin: 25px 5px 5px 0px;
	text-align: left;
}

#content a.cite {
	font-weight: normal;
	text-decoration: none;
}

#content p.ref {
	font-size: 90%;
	padding-left: 15px;
	text-indent: -15px;
}



/* schema tables */

table.schema {
	table-layout: fixed;
	width: 100%;
}

table.schema th, table.schema td {
	font-size: 8pt;
}

table.schema col.c1 {
	width: 100px;
}

table.schema col.c3 {
	width: 70px;
}

table.schema col.c4 {
	width: 270px;
}



/* don't print bits */

.no_print, #header, #topbar, #footer, #search, p.fb, a.lk , p.edit, p.edit_l, div.print, .debug {
	display: none;
	position: static;
}
