﻿body
{
    margin: 0px;
    font-family: 宋体;
    font-size: 12px;
    width: 1003px;
    text-align: center;
    padding: 0px;
}

/* 页面整体框架*/
#boxHead
{
    width: 1003px;
    height: 265px;
}

#boxContent
{
}
#boxContentLeft
{
    float: left;
    width: 180px;
    margin-left: 3px;
    text-align: left;
}
#boxContentRight
{
    padding-left: 10px;
    float: right;
    width: 760px;
    margin-right: 20px;
}
#boxFooter
{
    width: 1003px;
    height: 67px; /*  background: url(Image/bgWS04.gif);*/
    clear: both;
}

#btn01
{
    width: 170px;
    height: 106px;
    background: url(Image/btnWS01.gif);
    cursor: hand;
    border: none;
}
#btn02
{
    width: 170px;
    height: 106px;
    background: url(Image/btnWS02.gif);
    cursor: hand;
    border: none;
}
#btn03
{
    width: 170px;
    height: 106px;
    background: url(Image/btnWS03.gif);
    cursor: hand;
    border: none;
}

/*
.n
{
}


a.n
{
    color: #000;
    text-decoration: none;
}

/*
    a.n:Hover
    {
        display:block;
        background-color:#0000ff;
        }
*/


.boxDefaultWhite
{
    background: url(Image/btnDefault01.gif);
    width: 79px;
    height: 20px;
    padding-top: 5px;
    color: #2E70B7;
    cursor: hand;
}
.boxDefaultBlue
{
    background: url(Image/btnDefault02.gif);
    width: 79px;
    height: 20px;
    padding-top: 5px;
    color: #fff;
    cursor: hand;
}


.boxDiv
{
    width: 5px;
    background: url(Image/bgDefault03.gif);
    height: 25px;
}

/*
    
    a:Link, a:Visited, a:Hover, a:Active
{
	color: #a1a1a1;
	text-decoration: none;
}
a:Hover
{
	color: #000;
	text-decoration: underline;
}
*/