body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	overflow-x: hidden;
	background-color: #666666;
}
td {
	font-size: 11px;
	color: #999999;
}
.menuitem {
	padding-left: 5px;
	width:105px; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.menuitem .miLink {
	color: #999999;
	text-decoration: none;
}
.miLink {
	color: #999999;
	text-decoration: none;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
}

