#list
{
	border-top:solid 1px #23507D;
	border-bottom:solid 1px #23507D;
}

#list tr.header
{
	background-color:#23507D;
	color:#FFFFFF;
	font-weight:bold;
}
#list td.header
{
	background-color:#23507D;
	color:#FFFFFF;
	font-weight:bold;
}
#list tr
{
	background-color:#FFFFFF;
}
#list tr.alter
{
	background-color:#CCCCCC;
}
#list td.alter
{
	background-color:#CCCCCC;
}
#list td
{
	padding:2px;
	border-right:solid 1px #23507D;
	font-size:12px;
}
#list TD:first-child
{
	border-left:solid 1px #23507D;
}
td.top
{
	border-top:solid 1px #23507D;
	padding:0px;
}
td.btm
{
	border-bottom:solid 1px #23507D;
	padding:0px;
}

#list a
{
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#000000;
font-family:宋体;
}
#list a:hover
{
font-size:12px;
text-decoration:underline;
color:#000000;
}
