body {
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0 auto;
    background-color: #fff
    }
.text {
    height: auto;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    font-size: 10px
    }
.tableText {
    font-size: 12px;
    color: #333
    }
.title {
    font-size: 18px;
    color: #004c98
    }
.main_title {
    font-size: 31px;
    color: #004c98
    }
.titleModelNumber {
    font-size: 12px;
    color: #09c
    }
.blueText {
    font-size: 14px;
    color: #004c98
    }
.table_title {
    font-size: 14px;
    color: #fff
    }
.sub_title {
    font-size: 14px;
    color: #004298;
    font-weight: bold
    }
/* ################## Link ##################*/
a:link {
    color: #004c98;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold
    }
a:visited {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold
    }
a:hover {
    text-decoration: underline;
    font-size: 14px;
    /*font-size-adjust:inherit;
    	text-shadow: #787878 1px 1px 1px;*/
    font-weight: bold;
    font-variant: normal
    }
a:active {
    text-decoration: none;
    font-size: 14px;
    color: #004c98;
    font-weight: bold
    }