/*a{
    text-decoration: none!important;
	color:#666666!important;
}*/
.helpbody {
    text-align:left;
        color: #333333;
}
.btnHome {
    display:none;
}
.helpbody img{
  width:800px;
  max-width: 90%;
  display: inline-block;
  margin: 2px auto;
  text-align:left;
  border: 1px solid #333333;
}
.helpbody img.btnIcon {
    width:32px!important;
    display:inline-block;
}
.helpbody ol,.helpbody ul{
width: 90%;
    /* margin-top: 20px; */
    font-size: 1rem;
    /* display: block; */
    max-width: 960px;
    margin: 0.5rem auto;
    line-height: 2rem;
}
.helpbody  ul li{
    margin: 10px auto;
    text-align:left;
}
.helpbody  h1{
    /* max-width: 960px; */
    /*background-color: #eeeeee;*/
    width: 100%;
    padding: 4px 0px;
    text-align: center;
    border-bottom: 1px dashed #eeeeee;
    /*border-top: 1px dashed #aaaaaa;*/
}
.helpbody .notice {
    font-weight:bold;
    color:red;
}
.helpbody  .btnOK {
    color:#00ff00;
}
.helpbody  .btnErr {
    color:#ff0000;
}
.helpbody a.btnHome {
    float:right;
    margin-top: -3rem;
}
.helpbody A, .helpbody A:visited, .helpbody A:active, .helpbody A:link, .helpbody A:focus {
    text-decoration: none;
    color: #0033cc;
    border: none;
    box-shadow: none;
}
.helpbody A:hover {
    color: #3333cc;
}