/* 新 Web 应用程序项目的默认 CSS Stylesheet */

BODY
{
	margin: 0px;
}

td
{
	font-size: 12px;
	color: #000000;
	font-family: 宋体,Arial;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
.buttonbg {
	background-image: url(../images/butbg.jpg);
	background-color: #FFFFFF;
	height: 20px;
	border: 1px solid #CCCCFF;
	font-size: 12px;
	vertical-align: middle;
	line-height: 18px;
}
.ddl
{
	font-size: 9px;
	line-height: 9px;
	height: 12px;
}