/* 新 Web 应用程序项目的默认 CSS Stylesheet */
body{font-size: 9pt; margin-top: 0px; margin-left:0px; color:#383838;}
TD{FONT-SIZE: 9pt;color:#383838;}
TR{ FONT-SIZE: 9pt; color:#383838;}

A:link	{	
	text-decoration:	none;
	color:	#00008B;
	}	
		
A:visited	{	
	text-decoration:underline;
	color:	#00008B;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#00008B;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#00008B;
	}

/* 列表样式单 */
.listheaderqinghai{
	background-color: #eceeec;
	height:18px;
	font-size:13px;
	font-weight: bold;
}
/*交替项*/
.listAlternatingItemqinghai
{ 
	height:25px;
	padding-left:5px;
	background-color: #f7f7f7;

}
.listItemqinghai
{
	height:25px;
	padding-left:5px;
	background-color: #FFFFFF;

}
.footerqinghai
{
	background: #eceeec;
	height:18px;
	font-size:13px;
	font-weight: bold;
}
/* 列表样式单结束 */

.qinghaiborder
{
	border: solid 1px #d4d4d4;
}
.black13bold
{
	font-weight:bold;
	font-size:13px;
	}