@font-face {
    font-family: "Headings";
    src: url("Kankin.otf") format("OpenType");
}
@font-face {
    font-family: "Body-bold";
    src: url("CaxtonStd-Bold.otf") format("OpenType");
}
@font-face {
    font-family: "Body";
    src: url("CaxtonStd-Light.otf") format("OpenType");
}
@page {
	size: A4;
}
@page  {
margin-top: 2cm;
margin-bottom: 2cm;
}

.question {
	text-indent: 0;
	font-size: 9pt;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 5px;
}
#otherreports {
	width: 100%;
}
#otherreports p {
	line-height: 154%;
}
body  {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	font-family: body;
	
}
p.strong {
    font-family: body-bold;
	
}

p, li, ul {	margin: 0.0px 0.0px 0px 0.0px;
	text-align: justify;
	line-height: 18.0pt;
	text-indent: 20px;
	font-size: 12pt;
	}

#first, li {
	text-indent: 0px;
}

.backtotop {
	border: none;
	background-color: #e1e1e1;
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 90px;
	height: 20px;
	margin-top: 30px;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
	float: left;
}
.backtotop a {
	text-decoration: none;
	color: gray;
}
.backtotop a:hover {
	text-decoration: none;
	color: white;
	display: block;
}

#toc, #toc a, #toc li {
	list-style: none;
	text-decoration: none;
	color:  black;
	margin-bottom: 4px;
}
#report {
	clear: left;
	float: left;
	width: 100%;
}
#report li {
		width: 80%;
	text-align: left;
}

#finance {
	float: left;
}
/* @group Headings
 */

#otherlist {
	font-size: 12px; line-height: 130%; text-indent: 0px; margin-bottom: 5px; margin-left:  -25px; text-align: left;
}
h1 {
	font-family: Headings;
//	width: 70%;
	font-size: 40pt;
	margin: 0pt 0 10pt;
	line-height: 100%;
	border-top: 5px solid silver;
	padding-top: 80px;
	page-break-before: always;
}

h2 {
	font: bold 11pt 'body';
	margin: 30pt 0 7pt;
	line-height: 135%;
	width: 60%;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h3 {
	font: 12pt 'Body';
	font-style: italic;
		margin: 20pt 0 0pt;
	
}

h4 {
	margin-bottom: 0px;
	color: gray;
	margin-top: 40px;
	border-top: 1px solid silver;
	padding-top: 9px;
}

/* @end */