body{ 
/*	background-color: #F2FBFF; 
	margin:0px;*/
}

#menuSystem	{
	z-index: 1;
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#menuSystem table{ 
	border-collapse:collapse;
	width:151px; 
	cursor: pointer;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
/*	border-bottom-color: #E8EBEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;	*/
	text-indent: 6px;	

}
#menuSystem table	td	{ 
	padding:0px; 	
}

#mainTable table{ 
  /*border:1px outset #336699; 
	border-collapse:collapse;*/
	border-bottom-color: #E8EBEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}
#mainTable th{
	color: #8695AA;
	text-decoration: none;
	height: 18px;
	line-height: 18px;
	border-bottom-color: #E8EBEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#mainTable table td {
/*	background-color: #F2FBFF;  -This is the submenu backgroung color */
	display: block;
	text-align:left;
	text-indent: 8px;	
	font-size: 10.5px;
	height: 18px;
	line-height: 18px;	
}

#mainTable a { 
	color: #8695AA;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;

}
#mainTable a:link{ 
/*	color: #005984 ; 
	padding-left: 3px; 
	padding-right: 3px;
*/	 
	text-decoration: none;
}
#mainTable a:hover{
	color: #5B6B82;
	background-color: #EAF4FF;

}