h4 {
    font-size: 14px;
    color:#638807;
}

.colored_table {
    width: 100%;
    margin:0 auto 20px;
    line-height:18px;
    border-collapse: collapse;
    text-align: left;
    font-size: 12px;
}

.colored_table th,
.colored_table td {
    border-bottom: 1px solid #FFFFFF;
    padding: 8px;
    vertical-align: top;
}

.colored_table th {
    background: none repeat scroll 0 0 #c4e473;
    border-top: 4px solid #c4e473;
    color: #003A34;
    font-size: 13px;
    font-weight: bold;
}

.colored_table td {
    background: none repeat scroll 0 0 #e6f3c7;
    border-top: 1px solid transparent;
    color: #3F5900;
}

.maincontent ul.bullet-1 {
    margin-left: 5px !important;
    margin-bottom: 15px !important;
    overflow: hidden;
    padding-left: 15px !important;
}

.maincontent ul li {   
    background: url("image/bullet2.png") no-repeat scroll 0 4px transparent;
    margin-bottom: 5px !important;
    padding-bottom: 3px !important;
    padding-left: 18px !important;
    list-style: none;
}

