﻿
#behaviorDiv {
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
}

#behaviorDiv .title{
    font-size:12pt;
    text-align:center;
    font-weight:bold;
}

#behaviorDiv > div{
    margin-top:10px;
}

#behaviorDiv .tit{
    font-size:11pt;
    font-weight:bold;
    margin-top:5px;
}

#behaviorDiv .body{
    font-size:11pt;
    line-height:24px;
    margin-top:5px;
    margin-left:20px;
}

#behaviorDiv ul{
    margin-top:5px;
    font-size:11pt;
    margin-left:40px;
}

#behaviorDiv ul li{
    list-style-type:disc!important;
    margin-top:5px;
}
 