﻿body
{
    font-family: Arial, 新細明體;
    font-size: 10pt;
    color: #3C3C3C;
    background-color: #FFFFFF;
}

h1
{
    font-size: 11pt;
    font-weight: normal;
    color: #3C3C3C;
    background-image: url(../Images/PageHeaderBG.png);
    *background-image: url(../Images/PageHeaderBG.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 10px 0px 8px 40px;
}

table
{
    border: 1px solid #AAAA55;
    width: 650px;
    padding: 4px;
    background-image: url(../Images/TableBG2.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}

thead td
{
    border-top-style: none;
    border-bottom-style: double;
    border-width: 3px;
    border-color: #AAAA55;
}

tbody td
{
    border-top-style: none;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #AAAA55;
}

tfoot td
{
    border-style: none;
    border-width: 1px;
    border-color: #AAAA55;
}

A, A:link, A:active
{
    color: #3C3C3C;
    text-decoration: none;
}

A:hover
{
    text-decoration: underline;
}