body {
    font: 12px Verdana,Arial,Tahoma;
}
* {
    padding: 0px;
    margin: 0px;
}
a {
    color: #256EB1;
    text-decoration: none;
}
a:hover{text-decoration:underline;}
.clear {
    overflow: hidden;
}
.mt1 {
    margin-top: 8px;
}
.w960 {
    width: 960px;
}
.center {
    margin: 0px auto;
}
.sp-title {
    color: #888;
    padding: 0px 12px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background: #F3FBEA;
    margin-bottom: 8px;
}
.sp-title h2 {
    font-size: 14px;
    line-height: 27px;
}
.sp-title .more {
    float: right;
    margin: -27px 0px;
    line-height: 27px;
}
.linkbox {
    padding: 10px 8px;
    border-bottom: 1px solid #EEE;
}
.linkbox h3, .linkbox h3 a {
    font-size: 14px;
    color: #693;
}
.f6 {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding-bottom: 10px;
}
ul {
    list-style: none outside none;
}
.f6 li {
    float: left;
    line-height: 14px;
    padding: 8px 10px 0px;
    white-space: nowrap;
}
.f6 li a {
    color: #666;
    float: left;
}
.f6 li a:hover{
    color: #273;
}
.footer {
    margin: 8px auto auto;
    color: #999;
    text-align: center;
    padding-bottom: 10px;
    border-top: 1px solid #E5EFD6;
    padding-top: 10px;
}
.footer .powered {
    font-size: 10px;
    line-height: 25px;
}