body {
	margin: 0px;
	background-color: #eeeeee;
	font-family: Univers W01;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	color: black;
}

img {
	width: 100%;
}

sup {
	vertical-align: top; 
	font-size: 0.6em;
	font-weight: bold;
	padding-left: 0.1em;
	padding-right: 0.15em;
	position: relative;
	top: -0.4em;
	color: black;
}

.containerWhite {
	width: 100%;
	background-color: white;
}

.containerGrey {
	width: 100%;
}


#headerLeft {
	display: table-cell;
	padding-top: 27px;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
    vertical-align: top;
	width: calc((100vw - 122px)/2);
	font-size: 16px;
	line-height: 20px;
}

#headerRight {
	display: table-cell;
	padding-top: 27px;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	width: calc((100vw - 122px)/2);	
}

#chapterSelectLeft {
	display: table-cell;
	padding-top: 28px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
    vertical-align: top;
	width: calc((100vw - 122px)/2);
	font-size: 16px;
	line-height: 20px;
}

#chapterSelectRight {
	display: table-cell;
	padding-top: 28px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	width: calc((100vw - 122px)/2);	
}

.blockLeft {
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
    vertical-align: top;
	width: calc((100vw - 122px)/2);
	font-size: 16px;
	line-height: 20px;
}

.blockRight {
	display: table-cell;
	padding-top: 18px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	width: calc((100vw - 122px)/2);	
}

.centerLinePadding {
	display: table-cell;
    vertical-align: top;
	width: 30px;	
}

.centerLine {
	display: table-cell;
    vertical-align: top;
	width: 2px;
	background-color: black;
}

.centerLineClear {
	display: table-cell;
    vertical-align: top;
	width: 2px;
}

a.standard {
	color: black;
	text-decoration: underline;
}
a.standard:hover {
	color: black;
	text-decoration: underline;
}

a.initials {
	color: black;
	text-decoration: none;
}
a.initials:hover {
	color: black;
	text-decoration: underline;
}

a.highlight {
	color: black;
	text-decoration: none;
}
a.highlight:hover {
	color: black;
	text-decoration: none;
}




.title a {color: black; text-decoration:none;}
.title a:hover {color: black; text-decoration:underline;}




