div#content h1 {
	margin: 0 0 1em 0;
	font-weight: bold;
	font-size: 1.5em;
	height: auto;
	color: #000000;
	background: #C0C0C0;
	padding: .3em;
}

div#content.chapter0 h1 {
	background: #D47EA9;
}

div#content.chapter1 h1 {
	background: #349967;
}

div#content.chapter2 h1 {
	background: #FF9901;
}

div#content.chapter3 h1 {
	background: #CC99FF;
}

div#content.chapter4 h1 {
	background: #FF0101;
}

div#content.chapter5 h1 {
	background: #01CCFF;
}

div#content.chapter6 h1 {
	background: #DDD801;
}

h2 {
	color: #000000;
	margin-top: 0;
	font-size: 1.2em;
	font-weight: bold;
}

h3, h4 {
	margin-top: 0;
	font-size: 1em;
}

div.numberedSection {
	position: relative;
	margin-left: 70px;
}

span.sectionNumber {
	display: block;
	position: absolute;
	top: 0;
	left: -70px;
	font-size: 1em;
}

div#content div.policy {
	margin: 1em 20px;
	padding: 0 15px 15px 15px;
}

div#content div.policy h4 {
	color: #000000;
	padding: 0.3em;
	margin: 0 -15px 0 -15px;
}

div#content.chapter1 div.policy {
	border: 2px solid #349967;
	background: #E7F7EF;
}

div#content.chapter1 div.policy h4 {
	background: #349967;
}

div#content.chapter2 div.policy {
	border: 2px solid #FF9901;
	background: #FFF5E7;
}

div#content.chapter2 div.policy h4 {
	background: #FF9901;
}

div#content.chapter3 div.policy {
	border: 2px solid #CC99FF;
	background: #F7EFFF;
}

div#content.chapter3 div.policy h4 {
	background: #CC99FF;
}

div#content.chapter4 div.policy {
	border: 2px solid #FF0101;
	background: #FFE3E3;
}

div#content.chapter4 div.policy h4 {
	background: #FF0101;
}

div#content.chapter5 div.policy {
	border: 2px solid #01CCFF;
	background: #F3FDFF;
}

div#content.chapter5 div.policy h4 {
	background: #01CCFF;
}

div#content.chapter6 div.policy {
	border: 2px solid #DDD801;
	background: #FFFFDB;
}

div#content.chapter6 div.policy h4 {
	background: #DDD801;
}

table {
	margin-bottom: 1em;
	border-collapse: collapse;
}

th {
	text-align: left;
}

th.numberCell {
	width: 3em;
}

th, td {
	vertical-align: top;
	border: 1px solid #000000;
	padding: 5px;
}

div#content.chapter0 th {
	background: #D47EA9;
}

div#content.chapter0 tr.odd {
	background: #FDBFFC;
}

div#content.chapter0 tr.even {
	background: #FEE4FC;
}

div#content.chapter1 th {
	background: #339A65;
}

div#content.chapter1 tr.odd {
	background: #5AC891;
}

div#content.chapter1 tr.even {
	background: #CAEEDC;
}

div#content.chapter2 th {
	background: #FF9901;
}

div#content.chapter2 tr.odd {
	background: #FFCC9A;
}

div#content.chapter2 tr.even {
	background: #FFDEBD;
}

div#content.chapter3 th {
	background: #CC99FF;
}

div#content.chapter3 tr.odd {
	background: #D9B2FF;
}

div#content.chapter3 tr.even {
	background: #F7EFFF;
}

caption {
	font-weight: bold;
	text-align: left;
}

.contentsTable *, .policyList * {
	border: 0;
}

td.policyNumber {
	width: 4em;
}

sup {
	font-size: xx-small;
}

div#glossary td, div#appendix td {
	padding-bottom: 1em;
}

div.captioned {
	float: right;
	margin: 0 10px 10px 10px;
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
}

div.captioned p {
	margin: 0;
	font-size: x-small;
}