﻿body
{
    font-size: 12px;
    margin: 0;
}

a
{
    outline: none; /*FF*/
}
a:link, a:visited
{
    color: #666;
    text-decoration: none;
    cursor:hand;
}

a:hover, a:active
{
    color: #3881E4;
}
.listHeading {
    background-image: url(../Image/BANNER_titlebarBg.PNG);
}
.btnL, .btnL_hover, .btnS, .btnS_hover {
    background-color: transparent; /*IE*/
    border: none;   
}
.btnL, .btnS {
    color: #666;
}
.btnL_hover, .btnS_hover {
    color: #09C;
}
.btnL, .btnL_hover {
	height: 20px;
	width: 158px;
}
.btnL {
    background-image: url(../Image/btnL.gif);
}
.btnL_hover {
	background-image: url(../Image/btnL_hover.gif);
}
.t0bt {
	font-family: "宋体";
	font-size: 16px;
	color: #BB5503;
	font-weight: bold;
}
.span5
{
	margin-left:8px;
}
.span4
{
	margin-left:4px;
}
.span1
{
	margin-left:6px;
}
.span2
{
	margin-left:12px;
}
.span3
{
	margin-left:24px;
}
.textBox
{
    border:1px solid #B3B3B3;
}
.FileClass
{
    background:#fff;
    color:#888;
    }
.AreatextClass
{
    width:469px;
    height:300px;
    overflow:auto;
    border-style:none;
    }