﻿body 
{
	margin:0;
    padding:0;
    background-color:#f9f9f9;
	font-size:10pt; 
}
td
{
    font-size:10pt;
}
/*统一链接及颜色*/
a:link {  font-family: "宋体"; font-size: 9pt; color: #000000; text-decoration: none;}
a:visited {  font-family: "宋体"; font-size: 9pt; color: #000000; text-decoration: none;}
a:active {  font-family: "宋体"; font-size: 9pt; color: #000000; text-decoration: none;}
a:hover {  font-family: "宋体"; font-size: 9pt; color: #CC0000; text-decoration: none;}

/*GridView表格样式*/
.white a:link {  font-family: "宋体"; font-size: 9pt; color: #3e3e3e; text-decoration: underline;}
.white a:visited {  font-family: "宋体"; font-size: 9pt; color: #3e3e3e; text-decoration: underline;}
.white a:active {  font-family: "宋体"; font-size: 9pt; color: #3e3e3e; text-decoration: underline;}
.white a:hover {  font-family: "宋体"; font-size: 9pt; color: #c20000; text-decoration: underline;}

.white
{
    background-color:#ffffff;
    border:0;
}
.white tr td{
	min-height:28px;
    overflow:hidden;
    border:#E5EFE6 solid 1px;
}