body, td { 
        font-family: verdana, helvetica, arial, sans-serif; 
        font-size: 10pt;
        font-weight : normal;
        font-style : normal;
        color : #E6E6E6;
        scrollbar-arrow-color:#55647D; 
        scrollbar-face-color:#7882A0; 
        scrollbar-highlight-color:#55647D; 
        scrollbar-shadow-color:#55647D;
        scrollbar-base-color:#C8C8D7; 
        scrollbar-darkshadow-color:#C8C8D7;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0pt;
        border-width: 0;
}


body.menu {
        background : #E6E6E6;
        background-image: url('../xxx.gif');
        background-repeat: no-repeat;
}

body.head { 
        background : #E6E6E6;
       
}

body.head_img { 
        background : #E6E6E6;
        
}

td      {
        padding-top: 0pt;
        padding-bottom: 3pt;
}

td.small {
        font-size : 8pt;
        font-weight : bold;
}

td.menu  {
        padding-top: 3pt;
        width: 110;
        height: 90;
        font-size : 8pt;
        background: #7882A0;
        font-weight : bold;
        padding-top: 5pt;
        padding-left: 5pt;
        padding-right: 5pt;
}

td.menu_img  {
        width: 110;
        font-size : 8pt;
        background: #7882A0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 3pt;
        padding-bottom: 0;
}

marquee { 
        font-family: courier; 
        font-size : 8pt;
        color : #E6E6E6;
        scrolldelay: 1000;
}

b       {
        font-weight : bold;
}

b.small {
        font-size : 8pt;
        font-weight : bold;
}

p.center  {
        text-align: center;
}

p.bsmall  {
        font-size : 8pt;
        font-weight : bold;
}

p.small  {
        font-size : 8pt;
        color: #4E566D;
}

ul  {
        list-style-type: disc;
}

ul.circle {
        list-style-type: circle
}


ol  {
        list-style-type: decimal;
}

ol.lalpha {
        list-style-type: lower-alpha
}

h1      {
        font-size : 15pt;
        font-weight : bold;
}


h2      {
        font-size : 14pt;
        font-weight : bold;
}


h3      {
        font-size : 13pt;
        font-weight : bold;
}


h4      {
        font-size : 11pt;
        font-weight : bold;
}


h5      {
        font-size : 10pt;
        font-weight : bold;
        text-decoration : none;
}

table   {
        border-width: 0;
}

td.title {
        font-weight: bold;
}

td.lempty {
        width: 20px;
}


a  {
        color: #E6E6E6;
        text-decoration : none;
}


a:visited  {
        color: #E6E6E6;
}


a:active  {
        color: #FFFF00;
}


a:hover  {
        color : #FFFF00;
}


pre {
        font-size: 8pt;
        font-family: verdana, helvetica, arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #E6E6E6;
        text-decoration: none;
}

pre.right {
        text-align: right;
}