.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;
	padding-top:		8px;
	background:			#333333;
	overflow: 			hidden;
	vertical-align: 	top;
	width:				340px;
}

.MMHi{
	font-family:        Arial;
    font-size:          13px;
    color:				white;
    font-weight:        bold;
    text-decoration: 	none;
	cursor:				hand;
	width:				55px;
	border-right:		1px solid #a0a0a0;
	text-align:			center;	
}
.MMNormal{
	font-family:        Arial;
    font-size:          13px;
    color:				white;
    font-weight:        normal;
    text-decoration: 	none;
	cursor:				hand;
	width:				55px;
	border-right:		1px solid #a0a0a0;
	text-align:			center;
}
.MMSelected {
	font-family:        Arial;
    font-size:          13px;
    color:				white;
    font-weight:        bold;
    text-decoration: 	none;
	cursor:				hand;
	width:				55px;
	border-right:		1px solid #a0a0a0;
	text-align:			center;
}