html,body{
    font-family:sans-serif,arial,verdana;
}
.cscnt{
    margin-top:10px;
    overflow:hidden;
    padding:30px 10px 30px 10px;
}
.cscnt .cnt_1 img{
    width:100%;
    height:auto;
    padding:5px 5px 5px 5px;
    border-radius:3px;
    background-color:#fff;
    box-shadow:0px 0px 10px 0px #888;
    transform: rotate(-4deg);
    margin-top:10px;
    margin-bottom:10px;
    transition:all 0.3s linear;
}
.cscnt .cnt_1 img:hover{
    box-shadow:0px 0px 15px 0px #888;
    transform: rotate(-5deg);
    transition:all 0.3s linear;
    cursor:pointer;
}
.cscnt .cnt_2{
    padding:10px 20px 10px 20px;
    overflow:hidden;
}
.cscnt .cnt_2 .cnt_2-1{
    padding:0px 0px 0px 0px;
    border:1px solid #ccc;
    border-radius:2px;
    overflow:hidden;
}
.cscnt .cnt_2 .cnt_2-1 .header{
    padding:10px 10px 10px 10px;
    background-color:#f8f8f8;
    border-bottom:1px solid #ddd;
    font-family:inherit;
    font-size:11pt;
    font-weight:600;
    color:#333;
}
.cscnt .cnt_2 .cnt_2-1 .content{
    padding:10px 20px 10px 20px;
    font-family:inherit;
    font-size:10pt;
    color:#333;
    line-height:19px;
    text-align:justify;
}
.cstcnt{
    overflow:hidden;
    padding:10px 10px 10px 10px;
}
.cstcnt .header{
    overflow:hidden;
    font-family:verdana !important;
    font-weight:800 !important;
    text-align:center;
    padding:10px 10px 10px 10px;
    margin-bottom:20px;
    font-size:15pt;
}
.cstcnt .header h1 span{
    color:#00aa00 !important;
}
.cstcnt .header .hbdr{
    display:block;
    width:40px;
    height:5px;
    background-color:#00aa00;
    margin:3px auto;
    border-radius:100px;
}
.cstcnt p{
    text-align:justify;
    font-family:inherit;
    font-size:10pt;
    line-height:20px;
    color:#111;
    overflow:hidden;
    margin-bottom:13px;
    font-weight:normal;
}
.cstcnt .sbheader{
    font-family:inherit;
    font-size:12pt;
    font-weight:600;
    color:#222;
    overflow:hidden;
    padding:10px 10px 10px 0px;
}
.cfoot{
    width:100%;
    height:auto;
    overflow:hidden;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}
.cfoot img{
    width:60%;
    height:auto;
}
