@charset "utf-8";
/* CSS Document */
body{
    font-size:13px;
}
.filemain{

    width:1150px;
    height:100%;
    margin:0 auto;
    padding: 0;
}
.header2{
    margin-top:5px;
    width:100%;
    height:100%px;
    font-size:14px;
}
.header2 img{
    float:left;
    margin:0 auto;
}
.centerheader{
    font-size:16px;
    width:100%;
    font-weight:bold;
    text-align:center;
    margin-left:15px;
    float: left;
    margin-top:15px ;
}
.topdata{
    width:180px;
    font-size:16px;
    text-align:left;
    margin-left:10px;
    float:right;
    line-height:21px;

}
.thedata{
    font-size:16px;
    width:100%;
    padding: 0px;

}
.thedata p{

    background-color:#f7caac;
    font-weight:bold;
    line-height:30px;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 16px;
    border-bottom:0.5px #333 dotted;

}
.thedata table {

    font-size:15px;
    width:100%;
}
.thedata table tr{
    border-bottom:0.5px #333 dotted;
}
.thedata table th{

    font-weight:bold;
    text-align:left;
    line-height:30px;
    border-bottom:0.5px #333 dotted;
    background-color: #fbe4d5;
    padding:5px 5px 5px 5px;

}
.thedata table td{

    text-align:center;
    line-height:35px;
    padding-left:5px;
    border-bottom:0.5px #333 dotted;
}

