#document {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 1em;
	min-height: auto;
}

#document-header {
	border-bottom: 1px solid #000;
	margin: 0 0 0;
}

.table-outer {
	border: 1px solid #000;
}

.table-outer td,tr {
	border: 0
}

p.italic {
	font-style: italic;
}

.table-no-vertical {
	border-collapse: collapse;
	width: 100%;
	padding: 5pt 0;
	border: 1px solid black;
}

.table-no-vertical tr td {
	border-top: 1px solid black;
	border-bottom: 1px solid #000;
}

.table-no-vertical tr td:first-child {
	border-left: 1px solid #000;
}

.table-no-vertical tr td:last-child {
	border-right: 1px solid #000;
}

h2 {
	font-size: 12pt;
	line-height: 140%;
	margin: 5px;
}

.wiki-text {
	font-size: 12px;
	line-height: 14px;
}

.wiki-text p {
	margin: 0 0 0 0px;
}

.wiki-text p.ea-disclaimer {
	margin: 10px 0;
	font-size: 11px;
	line-height: 15px;
}

.wiki-text ul {
	margin: 0 0 0 25px;
}