.SMNormal{
    font-family:        Arial;
    font-size:          13px;
    font-weight:        normal;
    text-decoration: 	none;
	width:				100px;;
	cursor:				hand;
}

.SMHi{
	font-family:        Arial;
    font-size:          13px;
    font-weight:        bold;
    text-decoration: 	none;
	width:				100px;
	cursor:				hand;
}

.SMSelected{
	font-family:        Arial;
    font-size:          13px;
    font-weight:        bold;
    text-decoration: 	none;
	width:				100px;
	cursor:				hand;
}

.MMDiv{
    height:				34px;
	background:			#333333;
	overflow: 			hidden;
}

.MMTd{
	cursor:				hand;
	width:				55px;
	text-align:			center;	
	font-family:        Arial;
    font-size:          13px;
    color:				white;
    padding-top:		8px;
}

.MMHi{
    font-weight:        bold;
    text-decoration: 	none;
}

.MMNormal{
    font-weight:        normal;
    text-decoration: 	none;
}
.MMSelected {
    font-weight:        bold;
    text-decoration: 	none;
}

.MMSpacer{
	color: #a0a0a0;
	padding-top:6px;
	font-weight:bold; 
}
