td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
.menubar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: oblique;
	background-color: #030303;
}
.mspecial{
	background-position: center center;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#333300;
	font-style: normal;
	font-weight: normal;
	height: 17px;
	cursor: default;
}
.mout {
	background-position: center center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#494949;
	font-style: normal;
	font-weight: normal;
	height: 17px;
	cursor: pointer;
	border: 1px solid #0C0C0C;
}
.mover {
	background-position: center center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	height: 17px;
	color: #626200;
	background-color: #111111;
	border: 1px solid #1B1B1B;
	cursor: pointer;

}
.mclick {
	background-position: center center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	height: 17px;
	background-color: #0A0A0A;
	border: 1px solid #222222;
	cursor: pointer;
	color: #EEEEEE;
}
.moutL	{
	filter: Alpha(Opacity=45);
	opacity:.45;
}
.moverL	{
	filter: Alpha(Opacity=100);
	opacity:1;	
}
.mclickL{
	filter: Alpha(Opacity=75);
	opacity:.75;	
}