@charset "utf-8";
/* CSS Document */

/* ===== index.html =========================================== */
table.dist {
	border: 1px solid #A9BBD6;
	background-color: #E2E8F1;
	color: #435F92;
}

table.dist strong {
	font-size: 200%;
	line-height: 100%;
}

table.remark {
	margin: 1em 0px;
}

table.remark strong {
	font-weight: bold;
	color: #090F44;
}
/* ===== index.html, index5.html ============================== */
div#Contact {
	border: 1px solid #A9BBD6;
	background-color: #E2E8F1;
	margin: 10px;
	padding: 10px;
}

/* ===== index2.html =========================================== */

div#main table.tblStd th.thdot, div#main table.tblStd td.tddot {
	border-left: 1px dotted;
}

/* ===== index4.html ========================================= */
p.padding_L_1em {
	padding-left: 1em;
}

/* ===== index5_1.html ======================================== */
p#arrow {
	padding-left: 70px;
}

/* ===== index5_2.html ======================================== */
.tblnote {
	line-height: 100%;
}

tr.utypehead th {
	border-bottom: 3px double #888888;
}

tr.utypebody td {
	border-top: 0 !important;
}


table#unitholder-type {
	border: 1px solid #888888;
	border-collapse: collapse;
	empty-cells: show;
}

table#unitholder-type tr th,
table#unitholder-type tr td {
	border: 1px solid #888888;
	border-collapse: collapse;
	empty-cells: show;
	padding: 2px 3px;
}

table#unitholder-type tr th {
	background-color: #C8C8C8;
}

table#unitholder-type tr td.blkCell1 {
	border-bottom: 0 none;
}

table#unitholder-type tr td.blkCell2 {
	border-top: 0 none;
}
