h1 {
	width: 100%;
	line-height: 20pt;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	width: 100%;
	line-height: 20pt;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
}

p {
	margin: 2px;
	margin-bottom: 5px;
	border: none;
}

a {
	color: #363636;
	font-weight: normal;
}

a:hover, a#active {
	color: #363636;
	font-weight: normal;
}

div.chapter_full {
	padding: 0;
	clear: both;
}

div.chapter_left {
	width: 49%;
	clear: left;
	float: left;
}

div.chapter_right {
   	width: 49%;
   	clear: right;
	float: right;
}

div.chapter_quarterleft {
	width: 25%;
	float: left;
}

div.chapter_quarterright {
   	width: 25%;
	float: right;
}

div.chapter_3quartersleft {
	width: 74%;
	float: left;
}

div.chapter_3quartersright {
   	width: 74%;
	float: right;
}


div.plaintext, div.viewimage {
	width: 97%;
	border: none;
}

div.plainimage, div.thumbnail {
	text-align: center;
	margin-top: 1em;
}

img.plainimage, img.chapter {
	clear: both;
	text-align: center;
}

img.thumbnail {
	border: none;
	width: 70%;
	clear: both;
}

table.csvtable {
	width: 97%;
	font-size: 12px;
	color: #000;
}

table.csvtable a {
	color: #C31A17;	
	font-weight: normal;
	text-decoration: none;
	margin-right: 5px;
}

td.csvtable0 {
	background-color: #c5d1e0;
	height: 25px;
	width: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
} 

td.csvtable0_first_cell {
	background-color: #c5d1e0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-weight: bold;
}

td.csvtable0_basic_cell {
	background-color: #c5d1e0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	width: 200px;
}

td.csvtable1 {
	background-color: #d9e0e8;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
}

td.csvtable1_first_cell {
	font-weight: bold;
	background-color: #d9e0e8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
}

td.csvtable1_basic_cell {
	background-color: #d9e0e8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
}

