<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}
body {
/*	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #999966;		*/
	font-family: "Times New Roman", Times, serif;
}
body div {
	margin: 0 auto;
}

#header {
	width:741px;
	margin:10px auto 0px auto;
	background-color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}
#header table {
	width:705px;
	margin-left:18px;
	margin-right:18px;
}
#container {
	width:741px;
	height:inherit;
	margin:0px auto 10px auto;
	background-color:#ffffff;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}
#menu{
	display:inline;
	margin:0 0 0 18px;
	width:160px;
	float:left;
	font-size:14px;
}
#menu p {
	width:160px;
	height:23px;
	display:block;
	background-image:url(../images/menu.gif);
	text-indent:32px;
	color:#ffffff;
	line-height:23px;
}
#menu ul{
	list-style:none;
}
#menu li{
	display:block;
	line-height:30px;
	border-bottom:dotted 1px;
	background-image:url(../images/menu_liststyle.gif);
	background-repeat: no-repeat;
	padding-left:16px;
	color:#545454;
	font-size:13px;

}
#menu li a {
	display:block;
	text-decoration:none;
	color:#545454;
}
#menu li a:hover {
	display:block;
	text-decoration:none;
	color:#990000;
}

#contents {
	display:inline;
	margin:0 18px 0 0;
	width:530px;
	float:right;
	font-size:12px;
	line-height:18px;
}
#contents h1{
	font-size:18px;
	margin-top:10px;
	padding-left:24px;
	line-height:22px;
	margin-bottom:10px;
	color:#990000;
	background-image:url(../images/h1.gif);
	background-repeat: no-repeat;
}
#contents h2{
	height:19px;
	line-height:19px;
	color:#990000;
	font-size:14px;
	margin-left:24px;
	border-bottom:solid 1px #999999;
}
#contents h3{
	height:48px;
	line-height:48px;
	color:#545454;
	font-size:12px;
	margin-left:24px;
        font-style:italic;
	border-bottom:solid 1px #999999;
}

#contents p{
	margin:20px 0 0 25px;
}
#contents table{
	margin:20px 0 0 25px;
}
#contents th{
	font-weight:normal;
	text-align:left;
	font-size:12px;
	line-height:18px;
}
#contents td{
	font-size:12px;
	line-height:18px;
}
#contents ul{
	margin:0 0 0 40px;

}

#footer {
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}

#footer table{
	width:707px;
	margin-left:17px;
	margin-right:17px;
}

#footer p{
	text-align:center;
	font-size:12px;
}

#footer p a {
	text-decoration:none;
	color :#ffffff;

}</pre></body></html>