/* 新 Web 应用程序项目的默认 CSS Stylesheet */

BODY
{
	margin: 0px;
	background-color: #c5e7bb;
}

td
{
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}
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
{
	border-right: #ccccff 1px solid;
	border-top: #ccccff 1px solid;
	font-size: 12px;
	background-image: url(images/butbg.jpg);
	vertical-align: middle;
	border-left: #ccccff 1px solid;
	line-height: 16px;
	border-bottom: #ccccff 1px solid;
	height: 18px;
	background-color: transparent;
}
.ddl
{
	font-size: 9px;
	line-height: 9px;
	height: 12px;
}

.rlline {
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
