﻿body
{
    margin: 0px;
    border: 0px;
    font-size: 12px;
    font-family: 宋体;
    width: 100%;
    height: 100%;
    text-indent: 18px;
}
.border-bottom
{
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666666;
}
.text
{
    behavior: url(Style/Text.htc);
    border-color: #7F9DB9;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    height: 16px;
    font-size: 12px;
}
.select
{
    behavior: url(Style/Text.htc);
    font-size: 12px;
}
table.border
{
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    border: 1px solid #7F9DB9;
}
table.border td
{
    border: 1px solid #7F9DB9;
}
table.border tr
{
    height: 20px;
}

a
{
    text-decoration: none;
}
a:link
{
    color: #1a66b3;
    text-decoration: none;
}
a:visited
{
    color: #1a66b3;
    text-decoration: none;
}
a:hover
{
    color: #FF0000;
    text-decoration: none;
}
a:active
{
    color: #FF0000;
    text-decoration: none;
}
table.border2 td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}