body {
	background: #ffffff url("images/tile.png") repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 40px auto;
	max-width: 800px;
	line-height: 1.5;
	font-size: 16px;
	padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {line-height:1; color: #004D80;}

a:link {font-weight: bold; color: #0072B5; border-bottom: 1px solid #0072B5; text-decoration: none;}
a:visited {color: #004D80; border-bottom-color: #004D80;} 
a:hover {color: #A6330D; border-bottom-color: #A6330D;}

div.solidbg{background: #eee; padding: 10px; border-radius: 10px;}
div.title{text-align:center;}
div.text, div.list{text-align: left;}
div.text > p{text-align: justify; text-justify: inter-word;}
div.footer{text-align:center; font-size: 12px;}

.warning {font-weight: bold; color: #A6330D;}

ul.breadcrumb {padding: 0 10px; list-style: none;}

ul.breadcrumb li {display: inline;}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li::before {padding:0 5px; color: black; content: "/\00a0";}

ol.toc {
	list-style: none;
	counter-reset: partCounter 0 chapterCounter 0 appendixCounter 0;
}

li.part {
	font-weight: bold; 
	font-size: 24px;
	color: #004D80;
	counter-increment: partCounter;
}

li.part::before {
	content: counter(partCounter, upper-roman) ". ";
}

ol.toc-part {
	list-style: none;
	counter-reset: none;
}

li.chapter {
	font-weight: normal;
	color: black;	
	font-size: 20px;
	counter-increment: chapterCounter;
}

li.chapter::before {
	content: counter(chapterCounter) ". ";
}

li.appendix {
	font-weight: normal;
	color: black;	
	font-size: 20px;
	counter-increment: appendixCounter;
}

li.appendix::before {
	content: counter(appendixCounter, upper-alpha) ". ";
}

ul.toc-chapter {
	overflow: auto;
}

li.section {
	font-size:16px;
	float: left;
	margin: 0 10px;
}

a.download {
	font-weight: normal;
	font-size: 16px;
	margin: 0 10px;
}