body {
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #000
    }
.text {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #10558c
    }
.tableText {
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF
    }
.remarkText {
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    font-style: italic
    }
.title {
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold
    }
.subtitle {
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #10558c
    }
.centerTable {
    color: #8F8F8C;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background-image: url(images/centerBG.png)
    }
.qiTable {
    background-image: url(images/banner_qi_bg.jpg)
    }
.qw201banner {
    background-color: #FFF
    }
.qw202banner {
    background-color: #FFF
    }
.tableColor {
    color: #fff
    }
.footer {
    font-size: 11px;
    color: #5b5b5b
    }
a:link {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold
    }
a:visited {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold
    }
a:hover {
    text-decoration: underline;
    color: #10558c;
    font-size: 12px;
    /*font-size-adjust:inherit;
    	text-shadow: #787878 1px 1px 1px;*/
    font-weight: bold;
    font-variant: normal
    }
a:active {
    text-decoration: none;
    font-size: 12px;
    color: #10558c;
    font-weight: bold
    }
/* Feature Button ######################################################## */
.feature:link {
    font-size: 12px;
    color: #5acbf6;
    font-weight: bold
    }
.feature:visited {
    text-decoration: none;
    color: #5acbf6;
    font-weight: bold;
    font-size: 12px
    }
.feature:hover {
    text-decoration: underline;
    color: #10558c;
    font-size: 12px;
    font-weight: bold
    }
.feature:active {
    text-decoration: none;
    font-size: 12px;
    color: #10558c;
    font-weight: bold
    }
/* Buy Now Button ######################################################## */
.buyNow_titleLink a:link {
    font-size: 14px;
    color: #10558c;
    font-weight: bold
    }
.buyNow_titleLink a:visited {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px
    }
.buyNow_titleLink a:hover {
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: bold
    }
.buyNow_titleLink a:active {
    text-decoration: none;
    font-size: 14px;
    color: #10558c;
    font-weight: bold
    }
/* Main Navigation Style ######################################################## */
.menu {
    border: none;
    border: 0;
    margin: 0;
    padding: 0;
    font: 67.5% "Verdana", "Helvetica", "sans-serif";
    font-size: 14px;
    font-weight: bold
    }
.menu ul {
    background: #000;
    height: 35px;
    list-style: none;
    margin: 0;
    padding: 0
    }
.menu li {
    float: left;
    padding: 0
    }
.menu li a {
    background: #000 url(images/navSeperator.png) bottom right no-repeat;
    color: #ccc;
    display: block;
    font-weight: normal;
    line-height: 35px;
    margin: 0;
    padding: 0 25px;
    text-align: center;
    text-decoration: none
    }
.menu li a:hover, .menu ul li:hover a {
    background: #10558c url(images/hover.gif) bottom center no-repeat;
    color: #FFF;
    text-decoration: none
    }
.menu li ul {
    background: #10558c;
    display: none;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    width: 250px;
    z-index: 200;
    /*top:1em;
    		/*left:0;*/
    }
.menu li:hover ul {
    display: block
    }
.menu li li {
    background: url(images/sub_sep.gif) bottom left no-repeat;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 250px
    }
.menu li:hover li a {
    background: none
    }
.menu a.active {
    font-size: 12px;
    color: #10558c;
    padding-bottom: 3px;
    text-decoration: underline
    }
.menu li ul a {
    display: block;
    height: 35px;
    font-size: 12px;
    font-style: normal;
    margin: 0;
    padding: 0 10px 0 15px;
    text-align: left
    }
.menu li ul a:hover, .menu li ul li:hover a {
    background: #ccc url(images/hover_sub.gif) center left no-repeat;
    border: 0;
    color: #fff;
    text-decoration: none
    }
.menu p {
    clear: left
    }