﻿body {
	color:inherit;
	margin:0px;
	font-size:8pt;
	font-family:"MS UI Gothic";
}
h4 {
	font-family:"MS UI Gothic";
	border-bottom:  3px solid #DDEEFF;
	border-top:     1px solid #DDEEFF;
	border-left:   10px solid #DDEEFF;
	border-right:   5px solid #DDEEFF;

	color:inherit;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px 0px 0px 0px;
}


/* Buchi Original 1 */
table.tb1 {
	font-size: 7.5pt;
	font-family:"MS UI Gothic";
	margin:0px;
	width='100%';
	padding:1px;
	border-collapse: collapse;
}
table.tb1 th {
	text-align:center;
}
table.tb1 td.a {
	text-align:left;
	width= 115px;
	padding:2px;
}
table.tb1 td.b {
	text-align:left;
	width= 65px;
	white-space: nowrap;
	padding:2px;
}
table.tb1 td.c {
	text-align:left;
	width= 80px;
	padding:2px;
}

hr.full_hr {
	border-style:ridge;
	border-color:#333333;
	border-width:1px 0px;
}

.small { font-size:80%; }
