.helppage {
  
}
.helppage a{
  color: blue;
  margin: 0 4px 0 4px;
}

.helptable {
  margin: 16px;
  border-left: 1px dashed #666666;
  border-top: 1px dashed #666666;
  border-right: 1px dashed #666666;
}

.helptable td {
  vertical-align:top;
  padding: 12px;
}

.helptable .line {
  border-bottom : 1px dashed #666666;
}

.helptable .c1 {
  text-align:right;
  width: 60px;
  font-weight: bold;
  color: #333333;
}
.helptable .c2 {
}
.helptable ul {
  margin: 12px 0 8px 24px;
}


/* help image */
.helpimg_table {
  background-color: #71af42;
  margin-left: 24px;
  border-collapse : collapse;
  border: 2px solid rgb(0,104,53);
  width: 600px;
}
.helpimg_table td {
  vertical-align:top;
  padding:8px;
  
}

.helpimg_table .c1 {
  width: 82px;
}

.helpimg_table .r1 {
  color: white;
  font-size:24px;
}
.helpimg_table .r2 {
  color: white;
  font-size:16px;
  border-bottom: 2px solid rgb(0,104,53);
}
.helpimg {
  width:350px;
}

