/* 首頁底色  */ 
BODY
{	
}
/* 主畫面底色  */ 
.mainTable
{
}
/* 作業視窗底層樣版  */ 
.mainDocTd
{
}

.menuIndex
{
}
/* 主功能表底層樣版  */
.mainMenuTd
{
	
}
	
/*  六項主選單樣版    */
.menuLbn
{
	font-size: 12pt;
	left: 4px;
	width: 144px;
	color: #990099;
	position: relative;
	text-decoration: none;
}
.menuLbn:hover
{
	color: #990099;
	text-decoration: underline;
}

.menuLbnB
{
	font-size: 12pt;
	left: 4px;
	color: #0000cc;
	position: relative;
	text-decoration: none;
}
.menuLbnB:hover
{
	color: #0000cc;
	text-decoration: underline;
}

/*  主功能選單樣版    */
.menuTitle
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	width: 150px;
	border-bottom: 1px outset;
	height: 24px;
	text-align: left;
}

/*  子選單樣版    */
.menuPF
{
	font-size: 12pt;
	left: 4px;
	color: #ff66cc;
	font-family: 標楷體;
	position: relative;
	text-decoration: none;
}

/*  子選單滑鼠選定時樣版    */
.menuPF:hover
{
	color: #0000ff;
}


