/* 新 Web 应用程序项目的默认 CSS Stylesheet */

BODY,td,th
{
	FONT-SIZE: 12px;
	color: #316AC5;
	margin: 0px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 18px;
}

A:link	{	
	text-decoration:	none;
	color:	#3B75C9;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3C76CA;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#6C97D7;
	}	
		
A:hover	{
	text-decoration:	underline;
	color:	#316AC5;
	}
.Bottom_Blue_Broken_Line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B7D5EC;
}
.right_blue_broken_line {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #3B75C9;
}
.Bottom_Gray_Broken_Line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.Right_Blue_Line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3B75C9;
}
