<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.font8px {
	font-size: 50%;
	line-height: 140%;
	color: #4C443B;
}
.font10px {
	font-size: 70%;
	line-height: 120%;
	color: #4C443B;
}
.font12px {
font-size:75%;
	line-height: 150%;
	color: #4C443B;
}
.font13px {
	font-size: 80%;
	line-height: 140%;
	color: #4C443B;
}
.font14px {
	font-size: 90%;
	line-height: 140%;
	color: #4C443B;
}
.font15px {
	font-size: 100%;
	line-height: 150%;
	color: #4C443B;
}
.font17px {
	font-size: 110%;
	line-height: 150%;
	color: #4C443B;
}
.font18px {
	font-size: 120%;
	line-height: 110%;
	color: #4C443B;
}
.bold {
	font-weight: bold;
}
.bold_black {
	font-weight: bold;
	color: #000000;
}
.title_about {
	margin: 0 0 15px 23px;
}
.icon_disk {
	background-image: url(../img/icon_disk.gif);
	background-repeat: no-repeat;
	padding: 0 0 5px 10px;
	background-position: 0px 1px;
	margin: -4px 0 0 18px;
	font-size: 77%;
}
.teble_text {
	margin: 5px 0 0 18px;
	font-size: 77%;
	color: #333333;
}

.teble_text_pad td {
	padding: 3px 5px;
}

*html .teble_text {
	margin: 0;
	font-size: 100%;
	color: #333333;
}

*:first-child+html .teble_text {
	margin: 0;
	font-size: 100%;
	color: #333333;
}</pre></body></html>