body{
  font-size : 14px;
  line-height:16pt;
  margin: 0;
  padding: 0;
  color: #333;
  text-align:center;
  background-image:url(../i/bgfinegrey.gif);
  line-height:140%;
}
A:link{
  text-decoration:underline;
  color: #009;
}
A:visited{
  text-decoration:underline;
  color: #009;
}
A:active{
  color:#C00;
}
A:hover{
  text-decoration:none;
  color:#C00;
}
/*----- wrap -----*/
#wrap{
  float:center;
  width:800px;
  /*height:100%;*/
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  background-color:white;
  padding:0;
}

}
.left{
  float:left;
  width:180px;
  height:90%;
  padding:33px 5px 5px 5px;
}
.right{
  float:right;
  padding:10px;
  width:620px;
  height:80%;
  text-align:left;
}
.main{
   padding:10px;
   width:800px;
   text-align:left;
}
.h1.h01{
  border-bottom:1px solid #008080;
  padding:2px;
}

.h2.title{
  font-size:16px;
  color:red;
}
  

td{
	font-size:16px;
	line-height: 140%;
}
.p.p01{
  border-top:1px dotted #999999;
  font-size:12px;
  line-height:16px;
  padding:5px;
  width:100%;
  background-color:#e8e8e8;
}
.p{
  border-bottom:1px dotted #999999;
  padding:5px;
  line-height:140%
}
.strong.s01{
  font-size:17px;
  color:white;
}

