﻿* {
    FONT-FAMILY: 'Microsoft YaHei','Lucida Sans Unicode','Arial Unicode MS','黑体','SimHei','STHeiti';
    font-style: normal;
    font-weight: normal;
}

BODY {
    margin: 0px 0px 0px 0px;
    background-color: #e8e8e8;
    background-image: url(images/bg.gif);
    background-repeat: repeat-y;
    background-position: center;
    width: 100%; height: 100%;
}


a:link    { color:#0066CC; text-decoration:underline;}
a:visited { color:#883300; text-decoration:underline;}

th { font-weight: bold;}

b {font-weight:bold;}

.bizmtrxB{
    background-color: #e8e8ff;
    padding:8px;
    font-size: 10pt;
}

.bizmtrxR{
    background-color: #ffe8e8;
    padding:8px;
    font-size: 10pt;
}

.bizmtrxN{
    margin-top:8px;
    margin-bottom:8px;
    padding:8px;
    font-size: 10pt;
}


.logoarea {
    background-image:url(images/hd_logoarea_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
}

.NavigationArea {
    background-image:url(images/nav_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
}

.txcopyright {
    font-size:8pt;
    font-famify: 'Segoe UI',Verdana,Arial;
    text-align:right;
}

.tx10 {
    font-size: 10pt;
}

.tx12 {
    font-size: 12pt;
    font-weight: bold;
    line-height:16pt;
}
.tx14 {
    font-size: 14pt;
    font-weight: bold;
    line-height:18pt;
}

.servicemenu{
    background-color:#ffcc1c;
    background-image:url(images/bg_yellow_gr.gif);
    background-position: top;
    background-repeat: repeat-x;
    font-size:12pt;
    font-weight:bold;
    padding:3px;
    border: 1px solid #c07711;
}

.logolinks{
    height:65px;
    line-height:0pt;
}

.flaglink {
    font-size:8pt;
    line-height:9pt;
}

.flaglink a {color:#333333; text-decoration:none;}
.flaglink a:hover {color:#cc3333; text-decoration:none; background:none;}


.SubMenu {
    height: 28px;
    background-image:url(images/submenu_bg.gif);
    background-repeat: repeat-x;
    margin-bottom: 10px;
    padding: 2px;
    font-size: 9pt;
    text-align:center;
    color: #ffffff;
}


ol#adv {
    margin-top: 15px;
}

ol#adv li {
    margin-top: 8px;

}


ul#Navigation {
    position: relative;
    margin: 0;
    height: 24px;
    list-style: none;
    overflow: hidden;
    background-image:url(images/nav_bg.gif);
    background-repeat: repeat-x;
    text-align:left;
}

ul#Navigation li a {
    width: 180px;
    height: 24px;
    position: absolute;
    overflow: hidden;
    padding: 24px 0 0 0;
    text-indent: -100em;
    text-decoration: none;
    top: 0;
}

html>body ul#Navigation li a{
    height: 0;
}


li#Nav00 a{
    background: transparent url(images/nav00.gif) no-repeat 0 0;
    left: 0px;
}
li#Nav01 a{
    background: transparent url(images/nav01.gif) no-repeat 0 0;
    left: 180px;
}
li#Nav02 a{
    background: transparent url(images/nav02.gif) no-repeat 0 0;
    left: 360px;
}
li#Nav03 a{
    background: transparent url(images/nav03.gif) no-repeat 0 0;
    left: 540px;
}



li#Nav00 a:hover {
    background: transparent url(images/nav00_on.gif) no-repeat 0 0;
    left: 0px;
}
li#Nav01 a:hover {
    background: transparent url(images/nav01_on.gif) no-repeat 0 0;
    left: 180px;
}
li#Nav02 a:hover{
    background: transparent url(images/nav02_on.gif) no-repeat 0 0;
    left: 360px;
}
li#Nav03 a:hover{
    background: transparent url(images/nav03_on.gif) no-repeat 0 0;
    left: 540px;
}

