body{
	margin:0px 0px;
	padding:0px 0px;
	color:#555555;
	background-color:#F3F1E2;
	font-size:x-small;
}
a{
	color:#990000;
	text-decoration:none;
}
a:visited{
	color:#994400;
	text-decoration:none;
}
a:hover{
	color:#cccccc;
	text-decoration:none;
}
h1{
	border-bottom:1px dotted #000000;
	text-align:left;
	padding:10px 10px;
	margin:10px 10px;
	font-size:small;
	font-weight:normal;
	color:gray;
}
h1 span{
	font-size:x-small;
	color:#555555;
}
h1 .set{
	font-size:x-small;
	color:#999999;
}


h2{
	border-bottom:1px dotted #B4B1A1;
	text-align:left;
	padding:10px 10px;
	margin:10px 10px;
	font-size:x-small;
	font-weight:normal;
}
h3{
	margin:0px 0px;
	padding:10px 0px 10px 10px;
	font-size:small;
}
.all{
	margin:20px 10px;
}
.box{
	float:left;
	width:400px;
}
.clear{
	clear:left;
}
table{
	margin-left:20px;
}
td{
	width:200px;
}
.comment{
	padding:0px 0px 10px 10px;
	font-size:x-small;
	line-height:150%;
}
th{
	font-weight:normal;
	text-align:left;
  border:1px solid #B4B1A1;
  background-color:#E8E6D8;
	padding:7px 7px;
}
ul.cstr{
	margin:0px 10px;
	list-style-type:none;
	font-size:x-small;
}
li{
	padding:5px 15px;
	border-bottom:1px dotted #aaaaaa;
}

img{
	border:1px solid #000000;
}
.link,
.copy{
	margin:0px 0px;
	padding:10px 10px;
  background-color:#E3DFCC;
	color:#A3957D;
  border-bottom:1px solid #B4B1A1;
  border-top:1px solid #B4B1A1;
}
