
a.m-l1-false {
	background-color:       #f0f9ff;
	color:					#004274;
	display:				block;
	font-size:				11px;
	line-height:			20px;
	text-decoration:		none;
	width:					200px;
	text-indent:			15px;
	font-weight:            bold;
	border-right: solid 1px black;
}

a.m-l1-true {
	background-color:       #004274;
	color:					#ffffff;
	display:				block;
	font-size:				11px;
	line-height:			20px;
	text-decoration:		none;
	width:					200px;
	text-indent:			15px;
	font-weight:            bold;
	border-right: solid 1px black;
}

a.m-l1-false:hover {
    text-decoration:		none;
    border-right: solid 1px black;
    background-color:       #004274;
    color:                  #ffffff;
}
a.m-l1-true:hover {
    text-decoration:		underline;
    border-right: solid 1px black;

}

a.m-l2-false:hover {
	color:					#4c267c;
	text-decoration:        Underline;
}
a.m-l2-true:hover {
	color:					#4c267c;
}

a.m-l2-false {
	background-color:		#f0f9ff;
	color:					#004274;
	display:				block;
	font-size:				10px;
	line-height:			14px;
	text-decoration:		none;
	width:					200px;
	text-indent:			20px;
}

a.m-l2-true {
	background-color:		white;
	color:					#4c0003;
	display:				block;
	font-size:				10px;
	line-height:			14px;
	text-decoration:		none;
	width:					200px;
	text-indent:			20px;
	
}



