@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;
}


ol {
	list-style-type: lower-latin;
}

.top {
	vertical-align: middle;
	font-weight: bold;
	height: 2em;
	
}

table#myTable {
	width: 100%;
	border: 0px solid #6c7aa9;
	border-collapse: collapse;
	border-spacing: 0px;
	*border-collapse: expression('collapse', cellSpacing = '0px');

/*For 

IE*/
}
#columnbox {
	margin: 20px auto 40px auto;
}

#threecolumn {
	vertical-align: top;
	width: 29%;
	margin: 0px 20px 10px 0px;
	float: left;

}
#threecolumn p, #threecolumn li  {
		font-size: .8em;
		margin-bottom: 6px;
		line-height: 150%;
		text-align: left;
		text-indent: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#columnheada, #columnheadb, #columnheadc {
	color: #ae655e;
	background-color: #e4cbc9;
	font-weight: bold;
	margin: 0px 0 18px 0;
	padding: 10px 8px 8px 8px;
	height: 40px;
	vertical-align: middle
}
#columnheada {
	background-color: #76ba40;
	color: white;
	vertical-align: middle;
} 
#columnheadb{
	background-color: #d12000;
	color: white;
}
#columnheadc {
	background-color: #e8a433;
	color: white;
}
.scanned {
	width: 70%;
	padding: 10px 10px 10px 10px;
	border: 2px solid #BFBFBF;
	background-color: white;
	box-shadow: 10px 10px 20px #aaaaaa;
}

.shadowed {
	border: 1px solid #BFBFBF;
	background-color: white;
	box-shadow: 10px 10px 20px #aaaaaa;
}

.shadowed li {
	line-height: 1.5;
}

#twocolumn {
	margin: 10px 10px 10px 10px;
	padding: 4px 10px 30px 20px;
	background-color: #f8e5c8;
	max-width: 800px;
}

#twocolumn p, #twocolumn h3,  #twocolumn li {
	font-size: 9pt;
}

#twocolumn h3 {
	font-weight: bold;
}


#grid {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#grid img {
	width: 8em;
	margin: 10px;
}

.question {
	text-indent: 0;
	font-size: 9pt;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 5px;
}

.author {
	text-align: right;
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 10px;
}

#otherreports {
	width: 100%;
}

#otherreports p {
	line-height: 154%;
}

body {
	//	min-width: 10em;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: body;
	padding-left: 20px;
	padding-right: 20px;
}

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;
}

#second {
	text-indent: 0px;
	margin-left: 30px;
}

.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;
	margin: 5px 0 0px 0;
	line-height: 1.5;
}

#finance {
	float: left;
	margin-right: 40px;
}

#finance img {
	width: 100%;
}

/* @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;
	font-size: 20pt;
	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;
	padding-top: 40px;
	border-top: 1px solid silver;
	margin-bottom: 30px;
	font-size: 16pt;
}


/

* @end */