﻿
table {
    border: none;
    /*border-bottom-style: solid;*/
    /*margin-left: 8px;*/
    margin-top: 10px;
    width: 98%;
    border-collapse: collapse;
    empty-cells: show;
    margin-bottom:10px;
}

tr{
    height:40px;    
}

.table_fgrx_box {
    border-collapse: collapse;
    empty-cells: show;
}

.table_fgrx_box th {
    border: 1px solid #fff;
    background-color: #f8e1ab;
    line-height: 40px;
    font-size: 12px;
    color: #3d3d3d;
    font-weight: bold;
    text-align: center;
    /*background-color: #E1F1FE;*/
}

.table_fgrx_box td {
    border: 1px solid #fff;
    background-color: #fef5e4;
    line-height: 40px;
    font-size: 12px;
    color: #3d3d3d;
    /*text-align: left;*/
    text-align: center;
    text-indent: 10px;
    background-color: #F1F8FF;
}


h1{
    font-size:15px;
    font-weight:bold;
    line-height:30px;
    color: #0067a1;
    color: #F07305;
}
