﻿/* CSS Document */
body
{
    color: #333;
    font-size: 12px;
    font-weight: 500;
}
.maintable
{
    border: 1px solid #ccc;
}
.neitable
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #DDD;
    border-right-color: #DDD;
    border-bottom-color: #DDD;
    border-left-color: #DDD;
}
.title_left
{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    font-family: "微软雅黑" , "宋体";
}
.title_main
{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    font-family: "微软雅黑" , "宋体";
}

.copyright
{
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

a.menu:link
{
    color: #000;
    font-size: 12px;
    text-decoration: none;
}
a.menu:visited
{
    color: #000;
    font-size: 12px;
    text-decoration: none;
}
a.menu:hover
{
    color: Red;
    font-size: 12px;
    text-decoration: none;
}
a.left_menu:link
{
    color: #990000;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}
a.left_menu:visited
{
    color: #990000;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}
a.left_menu:hover
{
    color: Red;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}
a:link
{
    color: #333;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
a:visited
{
    color: #333;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
a:hover
{
    color: Red;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.content
{
    filter: progid:DXImageTransform.microsoft.gradient(gradienttype=0,startColorStr= '#FFFFCC' ,endColorStr=white);
}

