
/* style of zero level links on page load */
.m0l0out {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 4px;
	color: #0066CC;
}

/* style of zero level links on mouse over */
.m0l0over {

	font-size: 11px;
	Font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: undeline;
	font-weight: normal;
	padding: 4px;
	color: #3399FF;

}

/* the style of zero level TD on page load  border : 1px solid #FFFFFF */
.m0l0out {
	text-decoration : none;
	BACKGROUND-color: white;
	}

/* the style of zero level TD on mouseover border : 1px solid #FFFFFF */
.m0l0over {
	BACKGROUND-color: white;
}


