/* level 0 inner */
.m0l0iout {
	color: #000000;
	text-decoration: none;
}
.m0l0iover {
	color: #000000;
	text-decoration: none;
}


/* level 0 outer */
.m0l0oout {
	text-decoration: none;
	background-color: #D2E9D1;
}

.m0l0oover {
	text-decoration: none;
	background-color: #ABCCBC;
	}

/* level 1 inner -- things that don't change*/
.m0l1inner {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #748EB6;
}

/* level 1 outer -- usually defines the box characteristics.  not sure why text-decoration has be to there*/
.m0l1oout {
	background-color: #FFFFFF;
	text-decoration: none;
	}

.m0l1oover {
	background-color: #D2E9D1;
	text-decoration: none;
}


