/* 新 Web 应用程序项目的默认 CSS Stylesheet */

td
{
	font-size:	12px;font-family: "宋体";
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	


.TextBox
{
	BORDER-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 12px;
	border-left: #cccccc 1px solid;
	border-bottom: cccccc 1px solid;
	height: 18px;
	background-color: white;
}