﻿.section_header 
{
    font: bold 15px Arial;
    color:#476E56;
    margin-top: 1px;
    margin-bottom: 0;
    border-bottom:solid 1px #5EC48E;
    padding-left: 10px;
    background: white url(../images/shade.gif) top left repeat-x;
}

.section_header_ch 
{
    color:#476E56;
    margin-top: 1px;
    margin-bottom: 0;
    font: bold 15px SimHei;
    background: white url(../images/shade.gif) top left repeat-x;
}

.section_body
{
    font-family:arial;
    font-size:15px;
    font-weight:normal;
    color:#4BA073;
    text-align:left;
}

.section_body_ch
{
    font-family:SimSun;
    font-size:15px;
    font-weight:normal;
    color:#F68F09;
    text-align:left;
}

table
{
    border:solid 1px #5EC48E;
    padding:5px;
}

tr
{
    border:solid 1px #5EC48E;
}

th
{
    font:bold 15px Arial;
    text-align:center;
    vertical-align=top;
    background-color:#C7DFD5;
}

td
{
    font:normal 14px Arial;
    text-align:left;
    vertical-align:top;

}