
a.m-l1-false {
/*	background:				transparent url("bgml1false.gif") repeat-x scroll 0px 0px;
*/
	background:				#ffffff;
	color:					#000080;
	display:				block;
	font-size:				10px;
	line-height:			20px;
	text-decoration:		none;
	width:					200px;
	text-indent:			10px;
}

a.m-l1-true {
/*	background:				transparent url("bgml1true.gif") no-repeat scroll 0px 0px;
*/
	background:				#ffffff;
	color:					#000080;
	display:				block;
	font-size:				10px;
	line-height:			20px;
	text-decoration:		none;
	width:					200px;
	text-indent:			10px;
}

a.m-l1-false:hover 
{
    text-decoration:		underline;
}
a.m-l1-true:hover 
{
    text-decoration:		underline;

}

a.m-l2-false:hover {
	color:					#000080;
	text-decoration:        Underline;
}
a.m-l2-true:hover {
	color:					#000080;
}

a.m-l2-false {
	background-color:		#f4f4f4;
	color:					#000080;
	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;
	
}



