/* 新 Web 应用程序项目的默认 CSS Stylesheet */

	.tltxt {font-family: "Verdana", "Arial", "Helvetica", "sans-serif";font-size: 12px; line-height: 20px; color: #006DB2}

	/*
	a:link { text-decoration: none;}
	a:active { text-decoration: none;}
	a:visited { text-decoration: none;}
	a:hover { text-decoration: none;}
	*/
	
	.tabletxt { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 11px; line-height: 18px; color: #262626}
	/*.tabletxt a:link { text-decoration: none; color:#404040;}
	.tabletxt a:active { text-decoration: none; color:#9B9B9B;}
	.tabletxt a:visited { text-decoration: none;color:#404040;}
	.tabletxt a:hover { text-decoration: none; color:#9B9B9B;}*/

	.toplinetxt {font-family: "Verdana", "Arial", "Helvetica", "sans-serif";font-size: 12px; line-height: 20px; color: #006DB2}
	.toplinetxt a:link { text-decoration: none; color:#006DB2;}
	.toplinetxt a:active { text-decoration: none; color:#FF6500;}
	.toplinetxt a:visited { text-decoration: none;color:#006DB2;}
	.toplinetxt a:hover { text-decoration: none; color:#FF6500;}

	.utabletxt { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 11px; line-height: 18px; color: #404040}
	.utabletxt a:link { color:#404040;}
	.utabletxt a:active { color:#9B9B9B;}
	.utabletxt a:visited { color:#404040;}
	.utabletxt a:hover { color:#9B9B9B;}	

BODY 
{
	/*scrollbar-3d-light-color: #FFFFFF; 立体滚动条亮边的颜色（设置滚动条的颜色）*/
    /*scrollbar-arrow-color: #414142; /*上下按钮上三角箭头的颜色*/
    /*scrollbar-base-color: #414142; /*滚动条的基本颜色*/
    /*scrollbar-dark-shadow-color: #8B9094; 立体滚动条强阴影的颜色*/
    /*scrollbar-face-color: #DFDFDF; /*立体滚动条凸出部分的颜色*/
    /*scrollbar-highlight-color: #FFFFFF; /*滚动条空白部分的颜色*/
    /*scrollbar-shadow-color: #AAAAAA; /*立体滚动条阴影的颜色*/
}